Example #1
0
 public function testFixturesWorkWithRelationships()
 {
     $one = Phactory::project();
     $two = Phactory::project();
     $this->assertSame($one->category, $two->category);
 }