コード例 #1
0
ファイル: TestCase.php プロジェクト: gridguyz/zork
 /**
  * {@inheritDoc}
  */
 public function setUp()
 {
     parent::setUp();
     $this->dbDriverMock = null;
     $this->dbPlatformMock = null;
     $this->dbConnectionMock = null;
     $this->dbAdapterMock = null;
 }
コード例 #2
0
ファイル: LoggerManagerTest.php プロジェクト: gridguyz/zork
 /**
  * Tears down the fixture, for example, close a network connection.
  * This method is called after a test is executed.
  */
 public function tearDown()
 {
     parent::tearDown();
     static::$sent = 0;
     $this->serviceManager = null;
 }
コード例 #3
0
ファイル: TestCase.php プロジェクト: gridguyz/zork
 /**
  * Tears down the fixture, for example, close a network connection.
  * This method is called after a test is executed.
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->helper = null;
     $this->viewMock = null;
     $this->pluginInstances = array();
 }