Пример #1
0
 /**
  * Tests the __call method of a non-existent function.
  *
  * @expectedException \PHPUnit_Framework_Error
  */
 public function testMagicCallMissingMethod()
 {
     $adapter = new Adapter('Contao\\CoreBundle\\Test\\Fixtures\\Adapter\\LegacyClass');
     $adapter->missingMethod();
 }