예제 #1
0
 protected function setUp()
 {
     parent::setUp();
     if (!isset(self::$hasSetup)) {
         $this->initTestEntities(array('StringProp', 'Oslo', 'Berlin'));
     }
     self::$hasSetup = true;
 }
 protected function setUp()
 {
     parent::setUp();
     if (!isset(self::$hasSetup)) {
         $this->initTestEntities(array('Empty'));
     }
     self::$hasSetup = true;
 }
 protected function setUp()
 {
     parent::setUp();
     if (!isset(self::$hasSetup)) {
         $this->initTestEntities(self::$usedHandles);
     }
     self::$hasSetup = true;
 }