custom-post-type-permalinks
Last commit date
CPTP
11 years ago
bin
11 years ago
language
12 years ago
tests
11 years ago
.travis.yml
11 years ago
CPTP.php
11 years ago
custom-post-type-permalinks.php
11 years ago
license.txt
12 years ago
phpunit.xml
11 years ago
readme.txt
11 years ago
screenshot-1.png
14 years ago
phpunit.xml
15 lines
| 1 | <phpunit |
| 2 | bootstrap="tests/bootstrap.php" |
| 3 | backupGlobals="false" |
| 4 | colors="true" |
| 5 | convertErrorsToExceptions="true" |
| 6 | convertNoticesToExceptions="true" |
| 7 | convertWarningsToExceptions="true" |
| 8 | > |
| 9 | <testsuites> |
| 10 | <testsuite> |
| 11 | <directory prefix="test-" suffix=".php">./tests/</directory> |
| 12 | </testsuite> |
| 13 | </testsuites> |
| 14 | </phpunit> |
| 15 |