mirror of
http://124.126.16.154:8888/singularity/hdk-skeleton.git
synced 2026-01-15 03:35:06 +08:00
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
|
||||
test('example', function () {
|
||||
expect(true)->toBeTrue();
|
||||
$resp = $this->get('/');
|
||||
expect($resp['code'])->toBe(200)
|
||||
->and($resp['data'])->toBe([
|
||||
'method' => 'GET',
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user