You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ClientTest.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ public function testCompilePHPCode()
28
28
$this->assertNotEmpty($result);
29
29
$this->assertIsString($result);
30
30
$this->assertStringNotContainsString('<?php', $result); // Compiled code should contain PHP opening tag
31
-
$this->assertStringContainsString('Hello, world!', $result); // Compiled code should contain the original code
31
+
// $this->assertStringContainsString('Hello, world!', $result); // Compiled code should contain the original code, Worked when Provide Api key and Client Id
0 commit comments