mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
One more case change because I have NOTHING else to do
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -35,7 +35,7 @@ class CategoryTest extends BaseTest
|
||||
|
||||
public function testACategoryCanHaveAssets()
|
||||
{
|
||||
$category = Category::factory()->assetDesktopCategory()->create();
|
||||
$category = Category::factory()->assetDesktopCategory();
|
||||
|
||||
// Generate 5 models via factory
|
||||
$models = AssetModel::factory()
|
||||
@@ -58,7 +58,7 @@ class CategoryTest extends BaseTest
|
||||
|
||||
]
|
||||
);
|
||||
dd($asset);
|
||||
//dd($asset);
|
||||
});
|
||||
|
||||
$this->assertCount(5, $category->models);
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</coverage>
|
||||
<testsuites>
|
||||
<testsuite name="Application Test Suite">
|
||||
<directory>./tests/</directory>
|
||||
<directory>./Tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<php>
|
||||
|
||||
Reference in New Issue
Block a user