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/src/commit/8ef50cd3be9ca51da97d01424dc48c0a607a28a4/tests/Unit/ExampleTest.php You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 

18 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);
}
}