관리-도구
편집 파일: phpunit.no_autoload.xml
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="tests/bootstrap.no_autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> <testsuites> <testsuite name="FedaPay PHP Test Suite"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> </phpunit>