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