Recommend this page to a friend! |
Classes of Owen Hester | > | PHP SQLSRV Linux | > | phpunit.xml | > | Download |
|
![]() |
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="tests/bootstrap.php"> <testsuites> <testsuite name="sqlshim"> <directory suffix="Test.php">tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>src</directory> </whitelist> </filter> </phpunit> |