Skip to content

Commit

Permalink
Bumped PHPUnit requrement to ^8.3.3, removed dependency on symfony/ph…
Browse files Browse the repository at this point in the history
…punit-bridge
  • Loading branch information
morozov committed Aug 3, 2019
1 parent ea92d56 commit 194f710
Show file tree
Hide file tree
Showing 21 changed files with 53 additions and 187 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@
"doctrine/coding-standard": "^6.0",
"jetbrains/phpstorm-stubs": "^2019.1",
"phpstan/phpstan": "^0.11.3",
"phpunit/phpunit": "^8.2.1",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"symfony/phpunit-bridge": "^3.4.5|^4.0.5|^5.0"
"phpunit/phpunit": "^8.3.3",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
Expand Down
164 changes: 49 additions & 115 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@

<listeners>
<listener class="Doctrine\Tests\DbalPerformanceTestListener"/>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>

<groups>
Expand Down
2 changes: 2 additions & 0 deletions tests/Doctrine/Tests/DBAL/Schema/ColumnTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ public function testToArray() : void
*/
public function testSettingUnknownOptionIsStillSupported() : void
{
$this->expectNotToPerformAssertions();

new Column('foo', $this->createMock(Type::class), ['unknown_option' => 'bar']);
}

Expand Down
4 changes: 0 additions & 4 deletions tests/appveyor/mssql.sql2008r2sp2.sqlsrv.appveyor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
</whitelist>
</filter>

<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>

<groups>
<exclude>
<group>performance</group>
Expand Down
Loading

0 comments on commit 194f710

Please sign in to comment.