コード例 #1
0
ファイル: ResultsTest.php プロジェクト: mitchlayzell/PHRETS
 /** @test **/
 public function it_holds_a_session()
 {
     $rs = new Results();
     $rs->setSession('test');
     $this->assertSame('test', $rs->getSession());
 }