Skip to content

Commit

Permalink
Fix tests (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored Jun 1, 2021
1 parent 0a43514 commit 00648cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/DependencyInjection/DoctrineExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,9 @@ public function testShardManager(): void
$this->assertEquals($managerClass, $bazManagerDef->getClass());
}

/** @requires PHP 8 */
/**
* @requires PHP 8
*/
public function testAsEntityListenerAttribute()
{
if (! method_exists(ContainerBuilder::class, 'getAutoconfiguredAttributes')) {
Expand Down

0 comments on commit 00648cb

Please sign in to comment.