wantTo('Manage storage locations via API.'); $this->testCrudApi( $I, '/api/admin/storage_locations', [ 'type' => StorageLocationTypes::StationMedia->value, 'adapter' => StorageLocationAdapters::Local->value, 'path' => '/tmp/test_storage_location', ], [ 'path' => '/tmp/test_storage_location_2', ] ); } }