Skip to content

Commit c5c63c1

Browse files
authored
remove apc
1 parent 15b15e1 commit c5c63c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ protected function getEnvironmentSetUp($app)
148148
// FOR MANUAL TESTING OF ALTERNATE CACHE STORES:
149149
// $app['config']->set('cache.default', 'array');
150150
// Laravel supports: array, database, file
151-
// requires extensions: apc, memcached, redis, dynamodb, octane
151+
// requires extensions: memcached, redis, dynamodb, octane
152152
}
153153

154154
/**

0 commit comments

Comments
 (0)