Example #1
0
 public function testGetMeta()
 {
     // Just to improve code coverage
     $meta1 = Person::getMeta();
     $meta2 = Person::objects()->getMeta();
     $this->assertSame($meta1, $meta2);
 }