Bluz\Tests\TestCase::setUp PHP Method

setUp() protected method

Setup TestCase
protected setUp ( )
    protected function setUp()
    {
    }

Usage Example

Example #1
0
 /**
  * setUp
  */
 public function setUp()
 {
     parent::setUp();
     $this->session = new Session();
     $this->session->setNamespace('testing');
     $this->session->start();
 }
All Usage Examples Of Bluz\Tests\TestCase::setUp