コード例 #1
0
 protected function tearDown()
 {
     parent::tearDown();
     if ($this->entityManager !== null) {
         $this->entityManager->getConnection()->close();
     }
 }
コード例 #2
0
 public function setUp()
 {
     parent::setUp();
     $this->userPasswordValidator = new UserPasswordValidator();
 }