Пример #1
0
 public function testShopIndexDoesNotError()
 {
     $shop = new ShopController();
     $shop_outcome = $shop->index();
     $this->assertNotEmpty($shop_outcome);
 }