Beispiel #1
0
 public function testGetAccessNotSet()
 {
     $st = new Story();
     $this->assertNull($st->getAccess());
 }