Skip to content

Commit 858b01f

Browse files
authored
tests[ORMSetupTest]: testCacheNamespaceShouldBeGeneratedForApcu requires enabled apc (#10940)
1 parent 9f555ea commit 858b01f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Doctrine/Tests/ORM/ORMSetupTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ public function testYAMLConfiguration(): void
9595

9696
/**
9797
* @requires extension apcu
98+
* @requires setting apc.enable_cli 1
99+
* @requires setting apc.enabled 1
98100
*/
99101
public function testCacheNamespaceShouldBeGeneratedForApcu(): void
100102
{

0 commit comments

Comments
 (0)