mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-01 22:04:15 -04:00
fix: remove duplicate phpunit.xml that prevented tests from running
The tests/phpunit.xml was incomplete - it only configured helpers and Libraries testsuites, while phpunit.xml.dist at root contains all tests. PHPUnit was likely using the incomplete config, resulting in empty test results.
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit bootstrap = "../vendor/autoload.php"
|
||||
backupGlobals = "false"
|
||||
colors = "true"
|
||||
processIsolation = "false"
|
||||
stopOnFailure = "false">
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Helpers">
|
||||
<directory>helpers</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Libraries">
|
||||
<directory>Libraries</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user