Exemplo n.º 1
0
 public function setup()
 {
     $this->containerMock = mu::mockContainerInterface();
 }
Exemplo n.º 2
0
 public function testMockContainerInterface()
 {
     $return = MockeryUtils::mockContainerInterface();
     $this->assertInstanceOf('\\Mockery\\MockInterface', $return, 'Expected MockInterface object');
 }