コード例 #1
0
 public function testAll()
 {
     $products = Product::all();
     $this->assertTrue($products != null);
 }