public function testGetTypeMapOfLeaf()
 {
     $expectedSubclassTypes = ['car' => 'Nanigans\\SingleTableInheritance\\Tests\\Fixtures\\Car'];
     $this->assertEquals($expectedSubclassTypes, Car::getSingleTableTypeMap());
 }