/**
  * @test
  */
 public function getIgnoredEnableFieldsForTableReturnsEmptyArrayWithoutInformation()
 {
     $this->assertSame([], $this->subject->getIgnoredEnableFieldsForTable('pages'));
 }