We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12b788 commit 5b423f0Copy full SHA for 5b423f0
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Tests/APIModelsAPISettingsTestCase.inc
@@ -3,6 +3,7 @@
3
namespace RESTAPI\Tests;
4
5
use RESTAPI\Core\TestCase;
6
+use RESTAPI\Core\Model;
7
use RESTAPI\Models\FirewallRule;
8
use RESTAPI\Models\RESTAPISettings;
9
use RESTAPI\Models\User;
@@ -13,8 +14,6 @@ use const RESTAPI\Models\API_SETTINGS_RESTORE_NO_CHANGE;
13
14
use const RESTAPI\Models\API_SETTINGS_RESTORE_SUCCESS;
15
16
class APIModelsAPISettingsTestCase extends TestCase {
- # TODO: Needs Tests for API HA sync feature
17
-
18
/**
19
* Checks that the static `get_pkg_config()` method returns the API package's internal configuration and
20
* the static `get_pkg_id()` method returns the API package's ID
0 commit comments