Skip to content

Commit

Permalink
tests[ORMSetupTest]: testCacheNamespaceShouldBeGeneratedForApcu requi…
Browse files Browse the repository at this point in the history
…res enabled apc (#10940)
  • Loading branch information
kaznovac authored Sep 10, 2023
1 parent 9f555ea commit 858b01f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Doctrine/Tests/ORM/ORMSetupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ public function testYAMLConfiguration(): void

/**
* @requires extension apcu
* @requires setting apc.enable_cli 1
* @requires setting apc.enabled 1
*/
public function testCacheNamespaceShouldBeGeneratedForApcu(): void
{
Expand Down

0 comments on commit 858b01f

Please sign in to comment.