vd/tests/ExampleTest.php
2018-12-12 09:09:24 +08:00

9 lines
197 B
PHP

<?php
use App\Domains\Virtual\Services\ProductService;
require_once realpath(dirname(__FILE__) . '/TestCase.php');
$res = app(ProductService::class)->getCompanyProducts(1);
dd($res->toArray());