コード例 #1
0
 /**
  * setUp method for PHPUnit
  *
  */
 public function setUp()
 {
     // first we need the context and autoloading
     $this->initializeContext();
     // autoloading ready, continue
     $this->testBrowser = new sfTestFunctional(new sfBrowser(), new sfPhpunitTest($this));
     parent::setUp();
 }
コード例 #2
0
 public function setUp()
 {
     $this->_setUpMapping();
     parent::setUp();
 }