Skip to content

Commit

Permalink
Undo delete ExampleFeatureTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JakyeRU committed Aug 5, 2024
1 parent fd71336 commit 88a936e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/Feature/ExampleFeatureTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

namespace Jakyeru\Larascord\Tests\Feature;

use PHPUnit\Framework\TestCase;

class ExampleFeatureTest extends TestCase
{
/** @test */
public function example_feature_test()
{
$this->assertTrue(true);
}
}

0 comments on commit 88a936e

Please sign in to comment.