Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/AplusAgency/blame/commit/82808e2594d274b28f6419a1f8e88e4cdd879d7b/tests/Unit/ExampleTest.php You should set ROOT_URL correctly, otherwise the web may not work correctly.

19 lines
264 B

<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function test_that_true_is_true()
{
$this->assertTrue(true);
}
}