diff --git a/backend/app/plugins/wiaas/tests/unit-tests/test-wiaas-rest-user-api.php b/backend/app/plugins/wiaas/tests/unit-tests/test-wiaas-rest-user-api.php new file mode 100644 index 0000000..578026a --- /dev/null +++ b/backend/app/plugins/wiaas/tests/unit-tests/test-wiaas-rest-user-api.php @@ -0,0 +1,31 @@ +assertTrue(false); + } + + /** + * @covers Wiass_REST_User_API::get_countries + */ + function test_get_countries() { + wp_set_current_user(1); + + $this->assertTrue(false); + } +}