HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /var/www/devs.lapieza.net/tests/Unit/Products/
Upload File :
Current File : /var/www/devs.lapieza.net/tests/Unit/Products/ProductsTest.php
<?php

namespace Tests\Unit\Products;

use PHPUnit\Framework\TestCase;

class ProductsTest extends TestCase {
    public function testListProducts() {
        $this->assertTrue(true);
    }
    public function testStoreProducts() {
        $this->assertTrue(true);
    }
    public function testUpdateProducts() {
        $this->assertTrue(true);
    }
    public function testDestroyProducts() {
        $this->assertTrue(true);
    }
}