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:
@@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user