Remove withConsecutive() in menu tests.
3 unresolved threads
3 unresolved threads
Closes #3418457
Merge request reports
Activity
110 110 $definition_save_1['definitions'], 111 111 $definition_save_1['definitions'], 112 112 ); 113 $definitions = [ 114 $definition_save_1['definitions'], 115 $definitions_save_2['definitions'], 116 ]; 113 117 $config->expects($this->exactly(2)) changed this line in version 5 of the diff
435 431 436 432 // Ensure that all cacheability metadata is merged together. 437 433 $this->assertEqualsCanonicalizing(['tag.example1', 'tag.example2'], $cacheability->getCacheTags()); 438 $this->assertEqualsCanonicalizing(['context.example1', 'context.example2', 'route', 'user.permissions'], $cacheability->getCacheContexts()); 434 $this->assertEqualsCanonicalizing( changed this line in version 5 of the diff
329 324 * @param \PHPUnit\Framework\MockObject\MockObject $mock_plugin 330 325 * The mock plugin. 331 326 */ 332 protected function setupFactory($mock_plugin) { 327 protected function setupFactory(MockObject $mock_plugin) { changed this line in version 5 of the diff
Please register or sign in to reply