mirror of
https://github.com/flextype/flextype.git
synced 2025-08-08 06:06:45 +02:00
feat(tests): add tests for Registry Endpoints methods #477
This commit is contained in:
9
tests/Endpoints/RegistryTest.php
Normal file
9
tests/Endpoints/RegistryTest.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
test('test /api/registry', function () {
|
||||
//$request = flextype()->createJsonRequest('GET', '/api/registry');
|
||||
//$response = flextype()->handle($request);
|
||||
//var_dump($response);
|
||||
});
|
Reference in New Issue
Block a user