mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 19:59:18 -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:
parent
f61f386f31
commit
77d6649e38
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue