8 lines
111 B
PHP
8 lines
111 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Jltx\Support\Tests\Unit;
|
||
|
|
|
||
|
|
test('simple test', function () {
|
||
|
|
expect(true)->toBeTrue();
|
||
|
|
});
|