Skip to content
Snippets Groups Projects

Remove withConsecutive() in menu tests.

3 unresolved threads

Closes #3418457

Merge request reports

Members who can merge are allowed to add commits.
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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))
  • 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(
  • 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) {
  • Dave Long added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading