Skip to content

Commit 6faaa99

Browse files
committed
Unit tests
1 parent ef8dd45 commit 6faaa99

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ php:
55

66
before_script:
77
- cp .env.travis .env
8-
- mysql -e 'create database homestead_test;'
98
- composer self-update
109
- composer install --no-interaction
1110

1211
script:
13-
- vendor/bin/phpunit
12+
- vendor/bin/phpunit -c phpunit.xml

phpunit.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@
1010
stopOnFailure="false">
1111
<testsuites>
1212
<testsuite name="Application Test Suite">
13-
<directory suffix="Test.php">./tests/cases</directory>
13+
<directory suffix="Test.php">./tests/Cases</directory>
1414
</testsuite>
1515
</testsuites>
1616
<filter>
1717
<whitelist processUncoveredFilesFromWhitelist="true">
1818
<directory suffix=".php">./src</directory>
1919
</whitelist>
20-
</filter>
21-
<filter>
2220
<blacklist>
2321
<directory>./vendor</directory>
2422
<directory>./config</directory>

0 commit comments

Comments
 (0)