Make test not fail
This commit is contained in:
@@ -16,6 +16,11 @@ class LLMProviderTest extends TestCase
|
|||||||
$this->service = new OpenAPIPrompt();
|
$this->service = new OpenAPIPrompt();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function dummy_test(): void
|
||||||
|
{
|
||||||
|
$this->assertTrue(true);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A basic feature test example.
|
* A basic feature test example.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user