We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a676b commit 22f6132Copy full SHA for 22f6132
.travis.yml
@@ -5,10 +5,10 @@ php:
5
- 7.1
6
7
install:
8
- - php composer.phar install --dev --no-interaction --prefer-source
+ - composer install --dev --no-interaction --prefer-source
9
10
script:
11
- - bin/phpunit
+ - vendor/phpunit/phpunit/phpunit
12
13
matrix:
14
allow_failures:
phpunit.xml
@@ -14,7 +14,7 @@
>
15
<testsuites>
16
<testsuite name="Language Pack Validator Test Suite">
17
- <directory suffix="Test.php">./src/Phpbb/TranslationValidator/Tests/</directory>
+ <directory suffix="Test.php">./tests/</directory>
18
</testsuite>
19
</testsuites>
20
</phpunit>
0 commit comments