Esempio n. 1
0
 /** @test **/
 public function it_holds_a_session()
 {
     $rs = new Results();
     $rs->setSession('test');
     $this->assertSame('test', $rs->getSession());
 }