Exemplo n.º 1
0
 public function testHasNoContentAdmin()
 {
     $st = new Story('admin');
     $this->assertFalse($st->hasContent());
 }