1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 22:26:46 +02:00

feat(tests): maybe this is why you fails on Windows OS ? #477

This commit is contained in:
Awilum
2020-11-21 21:29:53 +03:00
parent 2e1c8c14a9
commit 207f15cbba

View File

@@ -3,7 +3,5 @@
declare(strict_types=1);
test('test /api/registry', function () {
//$request = flextype()->createJsonRequest('GET', '/api/registry');
//$response = flextype()->handle($request);
//var_dump($response);
$this->assertTrue(true);
});