コード例 #1
0
 protected function setUp()
 {
     parent::setUp();
 }
コード例 #2
0
 protected function setUp()
 {
     parent::setUp();
     $this->_blogEntry = new BlogEntry();
     $this->_category = new Category();
 }
コード例 #3
0
ファイル: CommentTest.php プロジェクト: richardlawson/gcblog
 protected function setUp()
 {
     parent::setUp();
     $this->_comment = new Comment();
     $this->_blogEntry = new BlogEntry();
 }
コード例 #4
0
ファイル: UserTest.php プロジェクト: richardlawson/gcblog
 protected function setUp()
 {
     parent::setUp();
     $this->_user = new User();
 }
コード例 #5
0
	protected function setUp(){
		parent::setUp();
		$this->_gamer = new Gamer();
	}