示例#1
0
 public function testFixtures()
 {
     $one = Phactory::category('tshirt');
     $two = Phactory::category('tshirt');
     $this->assertSame($one, $two);
 }