Пример #1
0
 public function testCorrectInitialisation()
 {
     $parser = new ServiceParser('fakefile.php');
     $this->assertEquals('fakefile.php', $parser->getServicesFile());
 }