public function testGetAllPersistedOfLeaf()
 {
     $a = Car::getAllPersistedAttributes();
     sort($a);
     $this->assertEquals(['capacity', 'color', 'fuel', 'owner_id'], $a);
 }