Arquivos
hhvm/hphp/test/ext/test_ext.inc
T
Sara Golemon ccb3060ae9 Test's cpp files are moved to hphp/test/ext
Also create missing test_ext.inc
2013-07-10 20:25:32 -07:00

16 linhas
370 B
PHP

/*
* TestExt is mostly deprecated.
*
* Please don't add new extension tests here if they are possible to
* write in php.
*
* The tests below still remain in C++ generally because they start
* temporary servers, which is easier from C++.
*/
RUN_TESTSUITE(TestExtCurl);
RUN_TESTSUITE(TestExtMemcached);
RUN_TESTSUITE(TestExtMysql);
RUN_TESTSUITE(TestExtServer);