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

Skip to content

Commit ed5f884

Browse files
Merge branch '3.3' into 3.4
* 3.3: Fix phpunit bridge
2 parents a6aa9ec + 7ba7550 commit ed5f884

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Symfony/Bridge/PhpUnit/Tests/ProcessIsolationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ class ProcessIsolationTest extends TestCase
1919
public function testIsolation()
2020
{
2121
@trigger_error('Test abc', E_USER_DEPRECATED);
22+
$test->addToAssertionCount(1);
2223
}
2324
}

src/Symfony/Bridge/PhpUnit/bin/simple-phpunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
6868
if (5.1 <= $PHPUNIT_VERSION && $PHPUNIT_VERSION < 5.4) {
6969
passthru("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"~3.1.0\"");
7070
}
71-
passthru("$COMPOSER require --no-update symfony/phpunit-bridge \">=3.2@dev\"");
71+
passthru("$COMPOSER require --no-update symfony/phpunit-bridge \">=3.3.11@dev\"");
7272
$prevRoot = getenv('COMPOSER_ROOT_VERSION');
7373
putenv("COMPOSER_ROOT_VERSION=$PHPUNIT_VERSION");
7474
$exit = proc_close(proc_open("$COMPOSER install --no-dev --prefer-dist --no-progress --ansi", array(), $p, getcwd(), null, array('bypass_shell' => true)));

0 commit comments

Comments
 (0)