diff --git a/tests/Unit/Importer/AssetImportTest.php b/tests/Unit/Importer/AssetImportTest.php new file mode 100644 index 0000000000..9a8ec0a5d5 --- /dev/null +++ b/tests/Unit/Importer/AssetImportTest.php @@ -0,0 +1,23 @@ +markTestIncomplete(); + } + + public function test_uses_first_status_label_as_default_if_deployable_status_label_does_not_exist() + { + $this->markTestIncomplete(); + } + + public function test_creates_default_status_label_if_one_does_not_exist() + { + $this->markTestIncomplete(); + } +}