public function testGetTextWithValuesCleared()
 {
     $table = new Table('Nouns', 'Gates: portae portarum portis portas portis');
     $this->assertIdentical('Gates: ', $table->getTextWithoutValues());
 }