Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
apc
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
apc
Commits
b229acf9
Verified
Commit
b229acf9
authored
6 months ago
by
Alberto Paderno
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3464106
: testClearArray() sets a value that Drupal core nor the DrupalApcCache class uses
parent
c0fbb0a8
No related branches found
No related tags found
1 merge request
!37
Issue #3464106: testClearArray() sets a value that Drupal core nor the DrupalApcCache class uses
Pipeline
#235264
passed
6 months ago
Stage: build
Stage: validate
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/apc.test
+0
-4
0 additions, 4 deletions
tests/apc.test
with
0 additions
and
4 deletions
tests/apc.test
+
0
−
4
View file @
b229acf9
...
...
@@ -348,10 +348,6 @@ class ApcCacheClearCase extends ApcCacheTestCase {
$this
->
assertNoCacheItem
(
$bin
,
'test_cid_clear2'
);
$this
->
assertCacheItem
(
$bin
,
'test_cid_clear3'
,
$value3
);
// Set the cache clear threshold to 2 to confirm that the full bin is
// cleared when the threshold is exceeded.
variable_set
(
'cache_clear_threshold'
,
2
);
cache_set
(
'test_cid_clear1'
,
$value1
,
$bin
);
cache_set
(
'test_cid_clear2'
,
$value2
,
$bin
);
$this
->
assertCacheItem
(
$bin
,
'test_cid_clear1'
,
$value1
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment