コード例 #1
0
 public static function tearDownAfterClass()
 {
     self::$pdo = null;
 }
コード例 #2
0
 protected function setUp()
 {
     $this->router = new Router();
     $this->r = new JsonPutRoute($this->router);
     parent::setUp();
 }
コード例 #3
0
ファイル: BaseModel.php プロジェクト: bmac/ae-framework
 public function setUp()
 {
     $this->m = new Model();
     parent::setUp();
 }