Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 54efc90

Browse files
authored
Merge pull request #14 from othillo/phpunit-travis
use shipped phpunit instead of phpunit provided by Travis CI
2 parents 8d2d108 + 48f53da commit 54efc90

File tree

4 files changed

+5
-19
lines changed

4 files changed

+5
-19
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_script:
1616
- if [[ "$SYMFONY_VERSION" == "2.3.*" ]]; then composer update --prefer-lowest; fi
1717

1818
script:
19-
- phpunit
19+
- vendor/bin/phpunit
2020

2121
branches:
2222
only:

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"psr-0": {
2020
"Qandidate\\Common\\Symfony\\HttpKernel\\EventListener": "src/"
2121
}
22+
},
23+
"require-dev": {
24+
"phpunit/phpunit": "^4.8"
2225
}
2326
}

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
processIsolation="false"
1010
stopOnFailure="false"
1111
syntaxCheck="false"
12-
bootstrap="test/bootstrap.php"
12+
bootstrap="vendor/autoload.php"
1313
>
1414
<testsuites>
1515
<testsuite name="Test Suite">

test/bootstrap.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)