protected function setUp()
 {
     parent::setUp();
 }
示例#2
0
 protected function setUp()
 {
     parent::setUp();
     $this->_blogEntry = new BlogEntry();
     $this->_category = new Category();
 }
示例#3
0
 protected function setUp()
 {
     parent::setUp();
     $this->_comment = new Comment();
     $this->_blogEntry = new BlogEntry();
 }
示例#4
0
 protected function setUp()
 {
     parent::setUp();
     $this->_user = new User();
 }
示例#5
0
	protected function setUp(){
		parent::setUp();
		$this->_gamer = new Gamer();
	}