Skip to content

Commit 0b2a8f8

Browse files
committed
Removed unnecessary files for tests
1 parent 96db267 commit 0b2a8f8

File tree

5 files changed

+6
-74
lines changed

5 files changed

+6
-74
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: php
22
php:
33
- 5.3
4-
# - 5.4
4+
- 5.4
5+
- 5.5
56

67
env:
7-
- SYMFONY_VERSION=v2.0.17
8-
- SYMFONY_VERSION=v2.1.0
9-
- SYMFONY_VERSION=origin/master
8+
- SYMFONY_VERSION=v2.3.0
9+
- SYMFONY_VERSION=dev-master
1010

11-
before_script: php Tests/tests/vendors.php
11+
before_script: composer require --dev --no-interaction symfony/symfony:${SYMFONY_VERSION}
1212
script: phpunit

Tests/tests/autoload.php.dist

-25
This file was deleted.

Tests/tests/bootstrap.php

-16
This file was deleted.

Tests/tests/vendors.php

-27
This file was deleted.

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
processIsolation="false"
1010
stopOnFailure="false"
1111
syntaxCheck="false"
12-
bootstrap="Tests/tests/bootstrap.php"
12+
bootstrap="vendor/autoload.php"
1313
>
1414
<testsuites>
1515
<testsuite name="Bootstrap Test Suite">

0 commit comments

Comments
 (0)