laravel-nami-api/tests/TestCase.php

11 lines
175 B
PHP
Raw Normal View History

2020-06-27 23:45:49 +02:00
<?php
namespace Zoomyboy\LaravelNami\Tests;
class TestCase extends \Orchestra\Testbench\TestCase
{
public function test_aaa() {
$this->assertTrue(true);
}
}