Skip to content

Commit

Permalink
add example feature test
Browse files Browse the repository at this point in the history
  • Loading branch information
repl6669 committed Apr 6, 2024
1 parent 3a4a315 commit bb6036f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/Feature/ExampleTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

use Dystcz\LunarRewards\Tests\TestCase;
use Illuminate\Foundation\Testing\RefreshDatabase;

uses(TestCase::class, RefreshDatabase::class);

it('can test', function () {
$this->assertTrue(true);
});

0 comments on commit bb6036f

Please sign in to comment.