Пример #1
0
 protected function tearDown()
 {
     $this->tearDownDatabaseTesters($this->getDatabaseTesters());
     $this->testers = NULL;
     parent::tearDown();
 }
 protected function setUp()
 {
     parent::setUp();
     $this->baz = $this->getMockery(new Tests_Extensions_Mockery_TestCase_Baz($this->foo));
     $this->old = $this->getMockBuilder('Tests_Extensions_Mockery_TestCase_Baz')->disableOriginalConstructor()->getMock();
 }