diff options
author | Mario <mario@mariovavti.com> | 2020-11-26 10:12:35 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-26 10:12:35 +0000 |
commit | 6e74e76fcdec0f638f266840e1feda1dc57b43d7 (patch) | |
tree | 00cd840c1a43752aaca3187975dbe25e7b52d9be /Tests/phpunit.xml | |
parent | 615424d272c5c8af43852a926dde30455a0e5267 (diff) | |
download | volse-hubzilla-6e74e76fcdec0f638f266840e1feda1dc57b43d7.tar.gz volse-hubzilla-6e74e76fcdec0f638f266840e1feda1dc57b43d7.tar.bz2 volse-hubzilla-6e74e76fcdec0f638f266840e1feda1dc57b43d7.zip |
update phpunit.xml
Diffstat (limited to 'Tests/phpunit.xml')
-rw-r--r-- | Tests/phpunit.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/phpunit.xml b/Tests/phpunit.xml index a301c929f..717d8fc8a 100644 --- a/Tests/phpunit.xml +++ b/Tests/phpunit.xml @@ -19,10 +19,10 @@ </php> <testsuites> <testsuite name="Hubzilla default Test Suite"> - <directory suffix="Test.php">./Unit/</directory> + <directory suffix="Test.php">./unit/</directory> </testsuite> <testsuite name="API Test Suite"> - <directory suffix="Test.php" prefix="API">./Unit/</directory> + <directory suffix="Test.php" prefix="API">./unit/</directory> </testsuite> <testsuite name="Ex-/Import Test Suite"> <!--<directory suffix="Test.php">./Unit/eximport/</directory>--> |