update drupal
This commit is contained in:
@@ -59,7 +59,6 @@ class TourCacheTagsTest extends PageCacheTagsTestBase {
|
||||
$this->verifyPageCache($url, 'HIT', $expected_tags);
|
||||
|
||||
// Verify that after modifying the tour, there is a cache miss.
|
||||
$this->pass('Test modification of tour.', 'Debug');
|
||||
Tour::load('tour-test')->save();
|
||||
$this->verifyPageCache($url, 'MISS');
|
||||
|
||||
@@ -67,7 +66,6 @@ class TourCacheTagsTest extends PageCacheTagsTestBase {
|
||||
$this->verifyPageCache($url, 'HIT', $expected_tags);
|
||||
|
||||
// Verify that after deleting the tour, there is a cache miss.
|
||||
$this->pass('Test deletion of tour.', 'Debug');
|
||||
Tour::load('tour-test')->delete();
|
||||
$this->verifyPageCache($url, 'MISS');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user