We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2737319 commit 2c655bbCopy full SHA for 2c655bb
phpunit.xml.dist
@@ -10,7 +10,7 @@
10
stopOnFailure="false">
11
12
<testsuites>
13
- <testsuite name="ezDBA Test Suite">
+ <testsuite name="ezsql Test Suite">
14
<directory suffix=".php">./tests/</directory>
15
</testsuite>
16
</testsuites>
@@ -24,7 +24,7 @@
24
<directory>./docs</directory>
25
<directory>./tests</directory>
26
<directory>./vendor</directory>
27
- <file>./ez_sql_loader.php</file>
+ <file>./lib/Constants.php</file>
28
</exclude>
29
</whitelist>
30
</filter>
0 commit comments