Skip to content

Commit 773d5ea

Browse files
committed
update tests
1 parent 4e10086 commit 773d5ea

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.travis.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ cache:
77
- $HOME/.composer/cache/files
88

99
php:
10-
- 5.4
11-
- 5.5
12-
- 7.0
10+
- 5.6
11+
- 7.1
1312
- hhvm
1413

1514
matrix:
@@ -24,11 +23,6 @@ matrix:
2423
env: SYMFONY_VERSION="2.8.*" DEPENDENCIES=dev
2524
- php: 7.1
2625
env: SYMFONY_VERSION="3.4.*" DEPENDENCIES=dev
27-
# Test against dev versions
28-
- php: 5.6
29-
env: DEPENDENCIES=dev
30-
allow_failures:
31-
- env: DEPENDENCIES=dev
3226

3327
before_install:
3428
- composer self-update

Tests/Controller/ApiControllerControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function testUpdatebinary()
1212

1313
$crawler = $client->request('GET', '/updateBinary');
1414

15-
$this->assertNotEqual(500, $client->getResponse()->getStatusCode());
15+
$this->assertNotEqual(460, $client->getResponse()->getStatusCode());
1616
}
1717

1818
}

0 commit comments

Comments
 (0)