There was an error while loading. Please reload this page.
1 parent 1126ee1 commit faf1154Copy full SHA for faf1154
2 files changed
.gitignore
@@ -5,5 +5,4 @@
5
*.queryguard-baseline.json
6
.env
7
.DS_Store
8
-.idea/
9
-phpunit9.xml.dist
+.idea/
phpunit9.xml.dist
@@ -0,0 +1,16 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
4
+ bootstrap="vendor/autoload.php"
+ colors="true">
+ <testsuites>
+ <testsuite name="QueryGuard">
+ <directory>tests</directory>
+ </testsuite>
10
+ </testsuites>
11
+ <coverage>
12
+ <include>
13
+ <directory>src</directory>
14
+ </include>
15
+ </coverage>
16
+</phpunit>
0 commit comments