porting to laravel-zero

This commit is contained in:
Jeremias Wolff
2020-12-30 19:25:39 +01:00
parent 59e0d462c8
commit 34ecef7c80
92 changed files with 1999 additions and 4619 deletions

View File

@@ -1,18 +1,5 @@
<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function testBasicTest()
{
$this->assertTrue(true);
}
}
test('example', function () {
expect(true)->toBeTrue();
});