Example #1
0
 /**
  * @test
  */
 public function getTableContentReturnsInitialValueForString()
 {
     $this->assertSame('', $this->subject->getTableContent());
 }