Skip to content

Commit

Permalink
[ai]
Browse files Browse the repository at this point in the history
  • Loading branch information
salehhashemi1992 committed May 5, 2023
1 parent d3efeaf commit 92a4552
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tests/ExtendedRuleMakeCommandConsoleTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

use Salehhashemi\LaravelIntelliDb\LaravelIntelliDbServiceProvider;
use Salehhashemi\LaravelIntelliDb\Tests\ConsoleTestCase;

class ExtendedRuleMakeCommandConsoleTest extends ConsoleTestCase
{
/**
* {@inheritdoc}
*/
protected function getPackageProviders($app): array
{
return [LaravelIntelliDbServiceProvider::class];
}

/** @test */
public function test_example()
{
$this->assertTrue(true);
}
}

0 comments on commit 92a4552

Please sign in to comment.