public function testThrowsExceptionWhenGettingUnRegisteredColumn()
 {
     $this->expectException(InvalidArgumentException::class);
     $this->gridView->getColumn('bar');
 }