Esempio n. 1
0
 public function testNotFound()
 {
     $this->generator->notFound('not_found.php');
     $this->assertEquals('not_found.php', $this->getPropertyValue($this->generator, 'notFound'));
 }