Пример #1
0
 /**
  * Test getting a decorator without adding this to the library
  *
  * @return void
  * @author Dan Cox
  */
 public function test_getMockDecoratorWithoutAdding()
 {
     $mock = new ServiceMockery('template');
     $m = $mock->getMock();
     $this->assertInstanceOf('Wasp\\DI\\ServiceMockeryDecorator', $m);
 }