Unverified Commit bf9d55cd authored by Marco Pivetta's avatar Marco Pivetta Committed by GitHub

Merge pull request #3643 from morozov/phpunit-83

Bumped PHPUnit requrement to ^8.3.3, removed dependency on symfony/phpunit-bridge
parents ea92d560 194f710b
...@@ -41,9 +41,8 @@ ...@@ -41,9 +41,8 @@
"doctrine/coding-standard": "^6.0", "doctrine/coding-standard": "^6.0",
"jetbrains/phpstorm-stubs": "^2019.1", "jetbrains/phpstorm-stubs": "^2019.1",
"phpstan/phpstan": "^0.11.3", "phpstan/phpstan": "^0.11.3",
"phpunit/phpunit": "^8.2.1", "phpunit/phpunit": "^8.3.3",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0"
"symfony/phpunit-bridge": "^3.4.5|^4.0.5|^5.0"
}, },
"suggest": { "suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files." "symfony/console": "For helpful console commands such as SQL execution and import of files."
......
This diff is collapsed.
...@@ -60,7 +60,6 @@ ...@@ -60,7 +60,6 @@
<listeners> <listeners>
<listener class="Doctrine\Tests\DbalPerformanceTestListener"/> <listener class="Doctrine\Tests\DbalPerformanceTestListener"/>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners> </listeners>
<groups> <groups>
......
...@@ -66,6 +66,8 @@ class ColumnTest extends TestCase ...@@ -66,6 +66,8 @@ class ColumnTest extends TestCase
*/ */
public function testSettingUnknownOptionIsStillSupported() : void public function testSettingUnknownOptionIsStillSupported() : void
{ {
$this->expectNotToPerformAssertions();
new Column('foo', $this->createMock(Type::class), ['unknown_option' => 'bar']); new Column('foo', $this->createMock(Type::class), ['unknown_option' => 'bar']);
} }
......
...@@ -37,10 +37,6 @@ ...@@ -37,10 +37,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
...@@ -37,10 +37,6 @@ ...@@ -37,10 +37,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
...@@ -37,10 +37,6 @@ ...@@ -37,10 +37,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
...@@ -37,10 +37,6 @@ ...@@ -37,10 +37,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
...@@ -39,10 +39,6 @@ ...@@ -39,10 +39,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
...@@ -37,8 +37,4 @@ ...@@ -37,8 +37,4 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
</phpunit> </phpunit>
...@@ -37,10 +37,6 @@ ...@@ -37,10 +37,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
...@@ -37,10 +37,6 @@ ...@@ -37,10 +37,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
...@@ -36,10 +36,6 @@ ...@@ -36,10 +36,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
...@@ -36,10 +36,6 @@ ...@@ -36,10 +36,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
...@@ -36,10 +36,6 @@ ...@@ -36,10 +36,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
...@@ -36,10 +36,6 @@ ...@@ -36,10 +36,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
...@@ -36,10 +36,6 @@ ...@@ -36,10 +36,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
...@@ -36,10 +36,6 @@ ...@@ -36,10 +36,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
...@@ -36,10 +36,6 @@ ...@@ -36,10 +36,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
...@@ -23,10 +23,6 @@ ...@@ -23,10 +23,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
...@@ -36,10 +36,6 @@ ...@@ -36,10 +36,6 @@
</whitelist> </whitelist>
</filter> </filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<groups> <groups>
<exclude> <exclude>
<group>performance</group> <group>performance</group>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment