Skip to content

Commit

Permalink
Tests - fix fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Mapiiik committed Oct 11, 2023
1 parent f91620c commit 8243a37
Show file tree
Hide file tree
Showing 59 changed files with 251 additions and 72 deletions.
2 changes: 1 addition & 1 deletion tests/Fixture/AccessPointContactsFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function init(): void
[
'id' => '04da9250-9ce9-4085-8b04-12354542f1b9',
'name' => 'Lorem ipsum dolor sit amet',
'access_point_id' => 'b1731629-92f0-4056-ada3-1d3546d4889f',
'access_point_id' => '1ec58677-1213-4950-80c4-bc1de41ea133',
'phone' => 'Lorem ipsum dolor sit amet',
'email' => 'Lorem ipsum dolor sit amet',
'customer_number' => 'Lorem ipsum dolor sit amet',
Expand Down
18 changes: 17 additions & 1 deletion tests/Fixture/AccessPointsFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ class AccessPointsFixture extends TestFixture
public function init(): void
{
$this->records = [
[
'id' => '1bd5e754-e102-46ad-8488-11b1b44bf026',
'name' => 'Lorem ipsum dolor sit',
'device_name' => 'Lorem ipsum dolor sit',
'gps_x' => 1,
'gps_y' => 1,
'note' => 'Lorem ipsum dolor sit amet, aliquet feugiat. Convallis morbi fringilla gravida, phasellus feugiat dapibus velit nunc, pulvinar eget sollicitudin venenatis cum nullam, vivamus ut a sed, mollitia lectus. Nulla vestibulum massa neque ut et, id hendrerit sit, feugiat in taciti enim proin nibh, tempor dignissim, rhoncus duis vestibulum nunc mattis convallis.',
'created' => 1685359156,
'modified' => 1685359156,
'month_of_electricity_meter_reading' => 1,
'parent_access_point_id' => null,
'contract_conditions' => 'Lorem ipsum dolor sit amet, aliquet feugiat. Convallis morbi fringilla gravida, phasellus feugiat dapibus velit nunc, pulvinar eget sollicitudin venenatis cum nullam, vivamus ut a sed, mollitia lectus. Nulla vestibulum massa neque ut et, id hendrerit sit, feugiat in taciti enim proin nibh, tempor dignissim, rhoncus duis vestibulum nunc mattis convallis.',
'created_by' => 'b9d2e3c2-113c-4898-bad5-6541c2718e8a',
'modified_by' => '8b6b2407-73a8-4373-8c09-886ccfe410f1',
'access_point_type_id' => 'd97cd0d5-fbe4-4a3f-bc88-58d7c6d8b709',
],
[
'id' => '1ec58677-1213-4950-80c4-bc1de41ea133',
'name' => 'Lorem ipsum dolor sit amet',
Expand All @@ -32,7 +48,7 @@ public function init(): void
'contract_conditions' => 'Lorem ipsum dolor sit amet, aliquet feugiat. Convallis morbi fringilla gravida, phasellus feugiat dapibus velit nunc, pulvinar eget sollicitudin venenatis cum nullam, vivamus ut a sed, mollitia lectus. Nulla vestibulum massa neque ut et, id hendrerit sit, feugiat in taciti enim proin nibh, tempor dignissim, rhoncus duis vestibulum nunc mattis convallis.',
'created_by' => 'b9d2e3c2-113c-4898-bad5-6541c2718e8a',
'modified_by' => '8b6b2407-73a8-4373-8c09-886ccfe410f1',
'access_point_type_id' => '9f81951f-fb49-49b6-a7bd-b241580606fb',
'access_point_type_id' => 'd97cd0d5-fbe4-4a3f-bc88-58d7c6d8b709',
],
];
parent::init();
Expand Down
4 changes: 2 additions & 2 deletions tests/Fixture/AntennaTypesFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public function init(): void
[
'id' => 'd00da433-f9e7-4ec3-a11e-3032c36af7d1',
'name' => 'Lorem ipsum dolor sit amet',
'radio_unit_band_id' => 'ace74418-92ee-41f5-8f85-213967e34e4b',
'manufacturer_id' => 'a4355cf1-3357-4cd8-b394-f9b6f6c10ee5',
'radio_unit_band_id' => '04c8767f-d828-42dd-8950-6500917fc0ce',
'manufacturer_id' => '9609be52-8fc6-4a98-a806-5565ee569f07',
'antenna_gain' => 1,
'part_number' => 'Lorem ipsum dolor sit amet',
'note' => 'Lorem ipsum dolor sit amet, aliquet feugiat. Convallis morbi fringilla gravida, phasellus feugiat dapibus velit nunc, pulvinar eget sollicitudin venenatis cum nullam, vivamus ut a sed, mollitia lectus. Nulla vestibulum massa neque ut et, id hendrerit sit, feugiat in taciti enim proin nibh, tempor dignissim, rhoncus duis vestibulum nunc mattis convallis.',
Expand Down
2 changes: 1 addition & 1 deletion tests/Fixture/CustomerConnectionIpsFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function init(): void
[
'id' => '0b3e9052-2439-4340-8e67-329e27478be9',
'name' => 'Lorem ipsum dolor sit amet',
'customer_connection_id' => 'eabf6722-1585-4092-b12e-efb199403170',
'customer_connection_id' => '2561f92d-4edc-4357-91b6-990e74e1ef64',
'ip_address' => '192.168.11.11',
'note' => 'Lorem ipsum dolor sit amet, aliquet feugiat. Convallis morbi fringilla gravida, phasellus feugiat dapibus velit nunc, pulvinar eget sollicitudin venenatis cum nullam, vivamus ut a sed, mollitia lectus. Nulla vestibulum massa neque ut et, id hendrerit sit, feugiat in taciti enim proin nibh, tempor dignissim, rhoncus duis vestibulum nunc mattis convallis.',
'created' => 1635924822,
Expand Down
4 changes: 2 additions & 2 deletions tests/Fixture/CustomerConnectionsFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ public function init(): void
{
$this->records = [
[
'id' => '58e2ccc6-3059-4b22-af31-6e1b7f8bcd5d',
'id' => '2561f92d-4edc-4357-91b6-990e74e1ef64',
'name' => 'Lorem ipsum dolor sit amet',
'customer_point_id' => 'f20aab5d-823f-42f5-a3fc-526f09f76cd1',
'customer_point_id' => 'e861408c-9951-46f6-a1b3-d42497231dc2',
'customer_number' => 'Lorem ipsum dolor sit amet',
'contract_number' => 'Lorem ipsum dolor sit amet',
'note' => 'Lorem ipsum dolor sit amet, aliquet feugiat. Convallis morbi fringilla gravida, phasellus feugiat dapibus velit nunc, pulvinar eget sollicitudin venenatis cum nullam, vivamus ut a sed, mollitia lectus. Nulla vestibulum massa neque ut et, id hendrerit sit, feugiat in taciti enim proin nibh, tempor dignissim, rhoncus duis vestibulum nunc mattis convallis.',
Expand Down
2 changes: 1 addition & 1 deletion tests/Fixture/ElectricityMeterReadingsFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function init(): void
[
'id' => '8278a53a-989b-420f-bb80-9ae649716132',
'name' => 'Lorem ipsum dolor sit amet',
'access_point_id' => 'a4e3be8f-1c5b-418b-ac93-c72329daea0c',
'access_point_id' => '1ec58677-1213-4950-80c4-bc1de41ea133',
'reading_date' => '2021-11-03',
'reading_value' => 1,
'note' => 'Lorem ipsum dolor sit amet, aliquet feugiat. Convallis morbi fringilla gravida, phasellus feugiat dapibus velit nunc, pulvinar eget sollicitudin venenatis cum nullam, vivamus ut a sed, mollitia lectus. Nulla vestibulum massa neque ut et, id hendrerit sit, feugiat in taciti enim proin nibh, tempor dignissim, rhoncus duis vestibulum nunc mattis convallis.',
Expand Down
24 changes: 22 additions & 2 deletions tests/Fixture/IpAddressRangesFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,36 @@ class IpAddressRangesFixture extends TestFixture
public function init(): void
{
$this->records = [
[
'id' => 'fa060f68-b28c-40fe-b734-1abb6a78c179',
'created' => 1649838578,
'created_by' => '19c2eef7-2084-434f-8abe-226c4c8c5de9',
'modified' => 1649838578,
'modified_by' => '3e261865-2572-49e3-8f21-11197cc38759',
'name' => 'Lorem ipsum dolor sit',
'ip_network' => '192.168.1.0/24',
'ip_gateway' => null,
'access_point_id' => '1ec58677-1213-4950-80c4-bc1de41ea133',
'parent_ip_address_range_id' => null,
'note' => 'Lorem ipsum dolor sit amet, aliquet feugiat. Convallis morbi fringilla gravida, phasellus feugiat dapibus velit nunc, pulvinar eget sollicitudin venenatis cum nullam, vivamus ut a sed, mollitia lectus. Nulla vestibulum massa neque ut et, id hendrerit sit, feugiat in taciti enim proin nibh, tempor dignissim, rhoncus duis vestibulum nunc mattis convallis.',
'for_subnets' => 1,
'for_customer_addresses_set_via_radius' => 1,
'for_customer_addresses_set_manually' => 1,
'for_technology_addresses_set_manually' => 1,
'for_customer_networks_set_via_radius' => 1,
'for_customer_networks_set_manually' => 1,
'for_technology_networks_set_manually' => 1,
],
[
'id' => 'c22cef67-ab70-4363-af2d-a3e7456c1ea5',
'created' => 1649838578,
'created_by' => '19c2eef7-2084-434f-8abe-226c4c8c5de9',
'modified' => 1649838578,
'modified_by' => '3e261865-2572-49e3-8f21-11197cc38759',
'name' => 'Lorem ipsum dolor sit amet',
'ip_network' => '192.168.1.0/24',
'ip_network' => '192.168.1.0/25',
'ip_gateway' => '192.168.1.1',
'access_point_id' => 'c3ce84d8-9e3e-41a0-837e-4a2747333391',
'access_point_id' => '1ec58677-1213-4950-80c4-bc1de41ea133',
'parent_ip_address_range_id' => 'fa060f68-b28c-40fe-b734-1abb6a78c179',
'note' => 'Lorem ipsum dolor sit amet, aliquet feugiat. Convallis morbi fringilla gravida, phasellus feugiat dapibus velit nunc, pulvinar eget sollicitudin venenatis cum nullam, vivamus ut a sed, mollitia lectus. Nulla vestibulum massa neque ut et, id hendrerit sit, feugiat in taciti enim proin nibh, tempor dignissim, rhoncus duis vestibulum nunc mattis convallis.',
'for_subnets' => 1,
Expand Down
4 changes: 2 additions & 2 deletions tests/Fixture/PowerSuppliesFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public function init(): void
[
'id' => '41efb2c2-971b-44ae-9984-899a19bb3e3a',
'name' => 'Lorem ipsum dolor sit amet',
'power_supply_type_id' => '7593cdf5-520f-4c5d-b18e-c0603593686b',
'access_point_id' => 'ae21cc14-296a-4f8f-88af-0a09f04c46e6',
'power_supply_type_id' => '7c22eb67-2f86-4b49-8501-6da8e2ed0792',
'access_point_id' => '1ec58677-1213-4950-80c4-bc1de41ea133',
'serial_number' => 'Lorem ipsum dolor sit amet',
'battery_count' => 1,
'battery_voltage' => 1,
Expand Down
2 changes: 1 addition & 1 deletion tests/Fixture/PowerSupplyTypesFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function init(): void
[
'id' => '7c22eb67-2f86-4b49-8501-6da8e2ed0792',
'name' => 'Lorem ipsum dolor sit amet',
'manufacturer_id' => '763ac47f-82e0-4c7e-80ec-38e1da0b1137',
'manufacturer_id' => '9609be52-8fc6-4a98-a806-5565ee569f07',
'voltage' => 1,
'current' => 1,
'part_number' => 'Lorem ipsum dolor sit amet',
Expand Down
4 changes: 2 additions & 2 deletions tests/Fixture/RadioUnitTypesFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public function init(): void
[
'id' => 'bb375bd5-3389-4776-9afa-708773554c94',
'name' => 'Lorem ipsum dolor sit amet',
'radio_unit_band_id' => '3f69c9db-6eab-452a-a0b2-949609306119',
'manufacturer_id' => '5b4b0f6a-da26-43da-a483-f518e0180cc6',
'radio_unit_band_id' => '04c8767f-d828-42dd-8950-6500917fc0ce',
'manufacturer_id' => '9609be52-8fc6-4a98-a806-5565ee569f07',
'part_number' => 'Lorem ipsum dolor sit amet',
'note' => 'Lorem ipsum dolor sit amet, aliquet feugiat. Convallis morbi fringilla gravida, phasellus feugiat dapibus velit nunc, pulvinar eget sollicitudin venenatis cum nullam, vivamus ut a sed, mollitia lectus. Nulla vestibulum massa neque ut et, id hendrerit sit, feugiat in taciti enim proin nibh, tempor dignissim, rhoncus duis vestibulum nunc mattis convallis.',
'created' => 1635924822,
Expand Down
8 changes: 4 additions & 4 deletions tests/Fixture/RadioUnitsFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ public function init(): void
[
'id' => '0f754314-11b7-4870-8c4a-6e77ee826a8f',
'name' => 'Lorem ipsum dolor sit amet',
'radio_unit_type_id' => '6ca64718-dda7-428b-8158-eb70ef5c491e',
'access_point_id' => 'c180ab1d-6c40-4451-a609-d2118e6c605d',
'radio_link_id' => '1ed333f6-896c-4f63-a994-cc1e8c86eafc',
'antenna_type_id' => 'ceffcd29-ed72-4af8-a41b-50ed7eeab0cf',
'radio_unit_type_id' => 'bb375bd5-3389-4776-9afa-708773554c94',
'access_point_id' => '1ec58677-1213-4950-80c4-bc1de41ea133',
'radio_link_id' => '184232ba-9624-49d7-a348-92006ac743e7',
'antenna_type_id' => 'd00da433-f9e7-4ec3-a11e-3032c36af7d1',
'polarization' => 'L',
'channel_width' => 1,
'tx_frequency' => 1,
Expand Down
2 changes: 1 addition & 1 deletion tests/Fixture/RouterosDeviceInterfacesFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function init(): void
$this->records = [
[
'id' => '67e586b2-f349-48a3-bc03-ae0ed8c83f9a',
'routeros_device_id' => 'b6aa1ad6-c494-460d-bfb6-0e618173a1a4',
'routeros_device_id' => '8a6bef12-429a-49b6-8cc2-8481567bc1a2',
'name' => 'Lorem ipsum dolor sit amet',
'comment' => 'Lorem ipsum dolor sit amet',
'mac_address' => '11:22:33:44:55:66',
Expand Down
2 changes: 1 addition & 1 deletion tests/Fixture/RouterosDeviceIpsFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function init(): void
$this->records = [
[
'id' => '20d1340f-0499-498e-802a-433870945e69',
'routeros_device_id' => '6da389fd-a729-4319-8473-3dd42b5f4453',
'routeros_device_id' => '8a6bef12-429a-49b6-8cc2-8481567bc1a2',
'name' => 'Lorem ipsum dolor sit amet',
'ip_address' => '192.168.11.11',
'interface_index' => 1,
Expand Down
4 changes: 2 additions & 2 deletions tests/Fixture/RouterosDevicesFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public function init(): void
[
'id' => '8a6bef12-429a-49b6-8cc2-8481567bc1a2',
'name' => 'Lorem ipsum dolor sit amet',
'access_point_id' => 'e8e26d93-c3a5-497b-8337-b2370af08cdb',
'device_type_id' => 'b2de7ed5-abe6-424b-bd4d-acba33b0153d',
'access_point_id' => '1ec58677-1213-4950-80c4-bc1de41ea133',
'device_type_id' => 'c5b16172-2b9c-4a29-aab4-ddc23bc00405',
'ip_address' => '192.168.11.11',
'system_description' => 'Lorem ipsum dolor sit amet',
'board_name' => 'Lorem ipsum dolor sit amet',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ class AccessPointContactsControllerTest extends TestCase
* @var array<string>
*/
protected array $fixtures = [
'app.AccessPointContacts',
'app.AccessPointTypes',
'app.AccessPoints',
'app.AccessPointContacts',
];

/**
Expand Down
10 changes: 10 additions & 0 deletions tests/TestCase/Controller/AccessPointsControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,20 @@ class AccessPointsControllerTest extends TestCase
* @var array<string>
*/
protected array $fixtures = [
'app.AccessPointTypes',
'app.AccessPoints',
'app.AccessPointContacts',
'app.Manufacturers',
'app.PowerSupplyTypes',
'app.PowerSupplies',
'app.RadioLinks',
'app.RadioUnitBands',
'app.RadioUnitTypes',
'app.AntennaTypes',
'app.RadioUnits',
'app.CustomerPoints',
'app.CustomerConnections',
'app.DeviceTypes',
'app.RouterosDevices',
];

Expand Down
8 changes: 6 additions & 2 deletions tests/TestCase/Controller/AntennaTypesControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ class AntennaTypesControllerTest extends TestCase
* @var array<string>
*/
protected array $fixtures = [
'app.AntennaTypes',
'app.RadioUnitBands',
'app.Manufacturers',
'app.RadioUnitBands',
'app.AntennaTypes',
'app.AccessPointTypes',
'app.AccessPoints',
'app.RadioLinks',
'app.RadioUnitTypes',
'app.RadioUnits',
];

Expand Down
11 changes: 10 additions & 1 deletion tests/TestCase/Controller/Api/AccessPointsControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,20 @@ class AccessPointsControllerTest extends TestCase
* @var array<string>
*/
protected array $fixtures = [
'app.AccessPointTypes',
'app.AccessPoints',
'app.AccessPointContacts',
'app.ElectricityMeterReadings',
'app.Manufacturers',
'app.PowerSupplyTypes',
'app.PowerSupplies',
'app.RadioLinks',
'app.RadioUnitBands',
'app.RadioUnitTypes',
'app.AntennaTypes',
'app.RadioUnits',
'app.CustomerPoints',
'app.CustomerConnections',
'app.DeviceTypes',
'app.RouterosDevices',
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ class IpAddressRangesControllerTest extends TestCase
* @var array<string>
*/
protected array $fixtures = [
'app.IpAddressRanges',
'app.AccessPointTypes',
'app.AccessPoints',
'app.IpAddressRanges',
];

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ class RouterosDevicesControllerTest extends TestCase
* @var array<string>
*/
protected array $fixtures = [
'app.RouterosDevices',
'app.AccessPointTypes',
'app.AccessPoints',
'app.DeviceTypes',
'app.CustomerPoints',
'app.CustomerConnections',
'app.DeviceTypes',
'app.RouterosDevices',
'app.RouterosDeviceInterfaces',
'app.RouterosDeviceIps',
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ class CustomerConnectionIpsControllerTest extends TestCase
* @var array<string>
*/
protected array $fixtures = [
'app.CustomerConnectionIps',
'app.CustomerPoints',
'app.CustomerConnections',
'app.CustomerConnectionIps',
];

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ class CustomerConnectionsControllerTest extends TestCase
* @var array<string>
*/
protected array $fixtures = [
'app.CustomerConnections',
'app.CustomerPoints',
'app.CustomerConnections',
'app.CustomerConnectionIps',
'app.AccessPointTypes',
'app.AccessPoints',
'app.DeviceTypes',
'app.RouterosDevices',
];

Expand Down
4 changes: 4 additions & 0 deletions tests/TestCase/Controller/DeviceTypesControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ class DeviceTypesControllerTest extends TestCase
*/
protected array $fixtures = [
'app.DeviceTypes',
'app.AccessPointTypes',
'app.AccessPoints',
'app.CustomerPoints',
'app.CustomerConnections',
'app.RouterosDevices',
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ class ElectricityMeterReadingsControllerTest extends TestCase
* @var array<string>
*/
protected array $fixtures = [
'app.ElectricityMeterReadings',
'app.AccessPointTypes',
'app.AccessPoints',
'app.ElectricityMeterReadings',
];

/**
Expand Down
3 changes: 2 additions & 1 deletion tests/TestCase/Controller/IpAddressRangesControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ class IpAddressRangesControllerTest extends TestCase
* @var array<string>
*/
protected array $fixtures = [
'app.IpAddressRanges',
'app.AccessPointTypes',
'app.AccessPoints',
'app.IpAddressRanges',
];

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class LandlordPaymentsControllerTest extends TestCase
* @var array<string>
*/
protected array $fixtures = [
'app.AccessPointTypes',
'app.AccessPoints',
'app.PaymentPurposes',
'app.LandlordPayments',
Expand Down
1 change: 1 addition & 0 deletions tests/TestCase/Controller/ManufacturersControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class ManufacturersControllerTest extends TestCase
*/
protected array $fixtures = [
'app.Manufacturers',
'app.RadioUnitBands',
'app.AntennaTypes',
'app.PowerSupplyTypes',
'app.RadioUnitTypes',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class PaymentPurposesControllerTest extends TestCase
* @var array<string>
*/
protected array $fixtures = [
'app.AccessPointTypes',
'app.AccessPoints',
'app.PaymentPurposes',
'app.LandlordPayments',
Expand Down
6 changes: 4 additions & 2 deletions tests/TestCase/Controller/PowerSuppliesControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ class PowerSuppliesControllerTest extends TestCase
* @var array<string>
*/
protected array $fixtures = [
'app.PowerSupplies',
'app.PowerSupplyTypes',
'app.AccessPointTypes',
'app.AccessPoints',
'app.Manufacturers',
'app.PowerSupplyTypes',
'app.PowerSupplies',
];

/**
Expand Down
4 changes: 3 additions & 1 deletion tests/TestCase/Controller/PowerSupplyTypesControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ class PowerSupplyTypesControllerTest extends TestCase
* @var array<string>
*/
protected array $fixtures = [
'app.PowerSupplyTypes',
'app.AccessPointTypes',
'app.AccessPoints',
'app.Manufacturers',
'app.PowerSupplyTypes',
'app.PowerSupplies',
];

Expand Down
Loading

0 comments on commit 8243a37

Please sign in to comment.