Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9db1e26

Browse files
committed
for SensioLabs Insight
1 parent 252cd22 commit 9db1e26

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/.idea
1+
composer.lock
22
/vendor

phpunit.xml.dist

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit bootstrap="vendor/autoload.php"
3-
convertWarningsToExceptions="true">
4-
<testsuites>
5-
<testsuite name="Andegna Geezify Test Suite">
6-
<directory suffix="Test.php">tests</directory>
7-
</testsuite>
8-
</testsuites>
9-
10-
<filter>
11-
<whitelist>
12-
<directory suffix=".php">./src</directory>
13-
</whitelist>
14-
</filter>
15-
16-
</phpunit>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<phpunit bootstrap="vendor/autoload.php"
3+
convertWarningsToExceptions="true">
4+
<testsuites>
5+
<testsuite name="Andegna Geezify Test Suite">
6+
<directory suffix="Test.php">tests</directory>
7+
</testsuite>
8+
</testsuites>
9+
10+
<filter>
11+
<whitelist>
12+
<directory suffix=".php">./src</directory>
13+
</whitelist>
14+
</filter>
15+
16+
</phpunit>

0 commit comments

Comments
 (0)