File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010use Joomla \Http \Response as HttpResponse ;
1111use PHPUnit \Framework \TestCase ;
1212
13- class ChatTest extends TestCase
13+ class AnthropicChatTest extends TestCase
1414{
1515 public function testChatReturnsSuccessfulResponse (): void
1616 {
Original file line number Diff line number Diff line change 99use Joomla \Http \Response as HttpResponse ;
1010use PHPUnit \Framework \TestCase ;
1111
12- class AudioTest extends TestCase
12+ class OpenAIAudioTest extends TestCase
1313{
1414 public function testSpeechGeneratesAudioSuccessfully ()
1515 {
Original file line number Diff line number Diff line change 1010use Joomla \Http \Response as HttpResponse ;
1111use PHPUnit \Framework \TestCase ;
1212
13- class ChatTest extends TestCase
13+ class OpenAIChatTest extends TestCase
1414{
1515 public function testSimpleChatCompletion ()
1616 {
Original file line number Diff line number Diff line change 99use Joomla \Http \Response as HttpResponse ;
1010use PHPUnit \Framework \TestCase ;
1111
12- class EmbeddingTests extends TestCase
12+ class OpenAIEmbeddingTests extends TestCase
1313{
1414 public function testCreateEmbeddingsReturnsVectorSuccessfully ()
1515 {
Original file line number Diff line number Diff line change 99use Joomla \Http \Response as HttpResponse ;
1010use PHPUnit \Framework \TestCase ;
1111
12- class ImageTest extends TestCase
12+ class OpenAIImageTest extends TestCase
1313{
1414 public function testGenerateImageReturnsBase64Successfully ()
1515 {
Original file line number Diff line number Diff line change 66use Joomla \Http \Response as HttpResponse ;
77use PHPUnit \Framework \TestCase ;
88
9- class ModelTests extends TestCase
9+ class OpenAIModelTests extends TestCase
1010{
1111 public function testChatUsesDefaultModelWhenNotProvided ()
1212 {
Original file line number Diff line number Diff line change 99use Joomla \Http \Response as HttpResponse ;
1010use PHPUnit \Framework \TestCase ;
1111
12- class ModerationTests extends TestCase
12+ class OpenAIModerationTests extends TestCase
1313{
1414 public function testModerateReturnsSafeResult ()
1515 {
You can’t perform that action at this time.
0 commit comments