Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Can Gelis | > | Simple PHP Validation class | > | phpunit.xml | > | Download | ||
|
Download |
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="./unit-test/bootstrap.php" > <testsuites> <testsuite name="SimpleValidator Test Suite"> <directory suffix=".test.php">./unit-test</directory> </testsuite> </testsuites> </phpunit> |