stable

Clone or download

Read-only

Move www/include tests to PHPUnit

This is part of request #12688 Move core tests to PHPUnit Change-Id: I7e5b0140e48a8f7c816e8b7a338f1d54c0af6b31

Modified Files

Name
M src/www/include/json.php +4 −5 Go to diff View file
A tests/phpunit/www/include/JsonTest.php +56 −0 Go to diff View file
A tests/phpunit/www/include/ServiceCreateServiceTest.php +100 −0 Go to diff View file
A tests/phpunit/www/include/UtilsHTTPTest.php +68 −0 Go to diff View file
R tests/simpletest/www/include/_fixtures/svn_bin_data Binary file Go to diff View file
D tests/simpletest/www/include/JsonTest.php +0 −54 Go to diff View file
D tests/simpletest/www/include/ServiceCreateServiceTest.php +0 −70 Go to diff View file
D tests/simpletest/www/include/UtilsHTTPTest.php +0 −50 Go to diff View file