Reviewed all tests for Travis

This commit is contained in:
Batuhan Baş
2019-04-02 18:51:06 +03:00
parent e6560f88a6
commit 9e0cdec575
22 changed files with 39 additions and 45 deletions

View File

@ -13,4 +13,4 @@ class DashboardTest extends FeatureTestCase
->assertStatus(200)
->assertSeeText(trans('general.dashboard'));
}
}
}

View File

@ -90,4 +90,4 @@ class ItemsTest extends FeatureTestCase
'enabled' => $this->faker->boolean ? 1 : 0
];
}
}
}