Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9944aed

Browse files
[HttpFoundation] fix tests
1 parent e376c99 commit 9944aed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

phpunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
// Cache-Id: https://github.com/symfony/symfony/commit/aad0c58
4+
// Cache-Id: https://github.com/symfony/phpunit-bridge/commit/32c5fa570117630dad45c21528b93d26bad02bc1
55

66
if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
77
echo "Unable to find the `simple-phpunit` script in `vendor/symfony/phpunit-bridge/bin/`.\nPlease run `composer update` before running this command.\n";

src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,7 @@ public function ianaCodesReasonPhrasesProvider()
946946
'http' => [
947947
'method' => 'GET',
948948
'timeout' => 30,
949+
'user_agent' => __METHOD__,
949950
],
950951
]));
951952

0 commit comments

Comments
 (0)