mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
add basic api tests
This commit is contained in:
parent
64b0aff075
commit
e00e6ece5f
30 changed files with 350 additions and 17 deletions
15
test/phpunit.xml
Normal file
15
test/phpunit.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<phpunit bootstrap="bootstrap.php">
|
||||
<testsuite name='API'>
|
||||
<directory suffix='Test.php'>./</directory>
|
||||
</testsuite>
|
||||
<filter>
|
||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||
<directory suffix=".php">../src/Providers</directory>
|
||||
<directory suffix=".php">../src/Demo</directory>
|
||||
<directory suffix=".php">../src/Data</directory>
|
||||
<directory suffix=".php">../src/Exception</directory>
|
||||
<directory suffix=".php">../src/Controllers</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
Loading…
Add table
Add a link
Reference in a new issue