File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
packages/Webkul/Admin/src/Http Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ use Illuminate \Support \Facades \Route ;
4
+
3
5
Route::group (['middleware ' => ['web ' , 'admin_locale ' ]], function () {
4
6
Route::get ('/ ' , 'Webkul\Admin\Http\Controllers\Controller@redirectToLogin ' )->name ('krayin.home ' );
5
7
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ./vendor/phpunit/phpunit/phpunit.xsd" bootstrap =" vendor/autoload.php" colors =" true" >
3
3
<testsuites >
4
- <testsuite name =" Rest API" >
5
- <directory suffix =" Test.php" >./tests/RestAPI</directory >
6
- </testsuite >
7
4
<testsuite name =" Unit" >
8
5
<directory suffix =" Test.php" >./tests/Unit</directory >
9
6
</testsuite >
Original file line number Diff line number Diff line change 13
13
14
14
uses (\Tests \TestCase::class)->in ('Feature ' );
15
15
16
- uses (\Tests \RestAPI \RestAPITestCase::class)->in ('RestAPI ' );
17
-
18
16
/*
19
17
|--------------------------------------------------------------------------
20
18
| Expectations
You can’t perform that action at this time.
0 commit comments