mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
removed unnecessary base_path changes
This commit is contained in:
parent
242fd00e8a
commit
e66b690c93
|
@ -25,7 +25,6 @@ class RouteServiceProvider extends ServiceProvider
|
|||
$this->mapWebRoutes();
|
||||
|
||||
require base_path('routes/scim.php');
|
||||
require base_path('routes/mobile.php');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -57,6 +57,7 @@ class ExpiringAlertsNotificationTest extends TestCase
|
|||
|
||||
public function testExpiringLicensesEmailNotification()
|
||||
{
|
||||
$this->markIncompleteIfSqlite();
|
||||
Mail::fake();
|
||||
$this->settings->enableAlertEmail('admin@example.com');
|
||||
$this->settings->setAlertInterval(60);
|
||||
|
|
Loading…
Reference in a new issue