checkKey(); $crawler = $this->loadExample('batch.php'); $nodes = $crawler->filter('br'); $this->assertCount(20, $nodes); $this->assertContains('Walden', $crawler->text()); $this->assertContains('George Bernard Shaw', $crawler->text()); } }