private function assertDataTablesInManager($expectedDataTables)
 {
     $this->assertSame($expectedDataTables, $this->manager->getArrayCopy());
 }