History log of /dokuwiki/_test/tests/Remote/Mock/ApiCore.php (Results 1 – 2 of 2)
Revision Date Author Comments
# 12b99753 07-Jan-2024 Andreas Gohr <andi@splitbrain.org>

fix XMLRPC server tests

We test against the MockAPICore now since the tests are meant to ensure
the general functionality of accepting XML and correctly calling
APICalls works, not that the API retu

fix XMLRPC server tests

We test against the MockAPICore now since the tests are meant to ensure
the general functionality of accepting XML and correctly calling
APICalls works, not that the API returns the right things (this is
tested in the ApiCore tests).
Since we no longer use dates but always integers, we no longer need to
handle that.

show more ...


# 801ecc14 07-Jan-2024 Andreas Gohr <andi@splitbrain.org>

Fix Api Tests