%PDF- %PDF-
| Direktori : /home/vacivi36/core/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/ |
| Current File : /home/vacivi36/core/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/test.unit.stub |
<?php
namespace {{ namespace }};
use PHPUnit\Framework\TestCase;
class {{ class }} extends TestCase
{
/**
* A basic unit test example.
*
* @return void
*/
public function test_example()
{
$this->assertTrue(true);
}
}