コード例 #1
0
 public function tearDown()
 {
     parent::tearDown();
     unset($this->strictTraitImpl);
 }
コード例 #2
0
 public function tearDown()
 {
     parent::tearDown();
     unset($this->client);
 }
コード例 #3
0
 public function tearDown()
 {
     parent::tearDown();
     unset($this->instance);
 }
コード例 #4
0
ファイル: SetTest.php プロジェクト: BuildrPHP/Collection
 public function tearDown()
 {
     unset($this->set);
     parent::tearDown();
 }
コード例 #5
0
 public function setUp()
 {
     parent::setUp();
     $content = file_get_contents(self::testFile);
     $this->symfonyParserResult = (new SymfonyYAMLParser())->parse($content);
 }
コード例 #6
0
 public function tearDown()
 {
     parent::tearDown();
     unset($this->impl);
 }
コード例 #7
0
ファイル: HashMapTest.php プロジェクト: BuildrPHP/Collection
 /**
  * @inheritDoc
  */
 protected function tearDown()
 {
     parent::tearDown();
     unset($this->map);
 }