comparison core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
35 35
36 // Front page: one placeholder, for messages. 36 // Front page: one placeholder, for messages.
37 $this->drupalGet(''); 37 $this->drupalGet('');
38 $this->assertBigPipePlaceholderReplacementCount(1); 38 $this->assertBigPipePlaceholderReplacementCount(1);
39 39
40 // Node page: 3 placeholders: 40 // Node page: 2 placeholders:
41 // 1. messages 41 // 1. messages
42 // 2. local tasks block 42 // 2. comment form
43 // 3. comment form
44 $this->drupalGet($node->toUrl()); 43 $this->drupalGet($node->toUrl());
45 $this->assertBigPipePlaceholderReplacementCount(3); 44 $this->assertBigPipePlaceholderReplacementCount(2);
46 } 45 }
47 46
48 /** 47 /**
49 * Asserts the number of BigPipe placeholders that are replaced on the page. 48 * Asserts the number of BigPipe placeholders that are replaced on the page.
50 * 49 *