| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -77,7 +77,7 @@ public function testRoutingProfiler() | |||
| 77 | 77 | ||
| 78 | 78 | $crawler = $client->click($crawler->selectLink('Routing')->link()); | |
| 79 | 79 | $this->assertTrue($client->getResponse()->isOk(), 'Routing profiler is enabled'); | |
| 80 | - $this->assertCount(1, $crawler->filter('h2:contains("Routing for")'), 'Routing profiler is working'); | ||
| 80 | + $this->assertCount(1, $crawler->filter('h2:contains("Routing for"), h3:contains("Route Matching Logs")'), 'Routing profiler is working'); | ||
| 81 | 81 | } | |
| 82 | 82 | ||
| 83 | 83 | public function testTwigProfiler() | |
@@ -94,6 +94,6 @@ public function testTwigProfiler() | |||
| 94 | 94 | ||
| 95 | 95 | $crawler = $client->click($crawler->selectLink('Twig')->link()); | |
| 96 | 96 | $this->assertTrue($client->getResponse()->isOk(), 'Twig profiler is enabled'); | |
| 97 | - $this->assertCount(1, $crawler->filter('h2:contains("Twig Stats")'), 'Twig profiler is working'); | ||
| 97 | + $this->assertCount(1, $crawler->filter('h2:contains("Twig Stats"), h2:contains("Twig Metrics")'), 'Twig profiler is working'); | ||
| 98 | 98 | } | |
| 99 | 99 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments