Beispiel #1
0
 /** @test **/
 public function it_holds()
 {
     $o = new Object();
     $o->setContent('Test Content');
     $this->assertSame('Test Content', $o->getContent());
 }