Skip to content

Commit 8b3abb3

Browse files
committed
Remove rest api related stuff.
1 parent 4ec0108 commit 8b3abb3

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

packages/Webkul/Admin/src/Http/routes.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
use Illuminate\Support\Facades\Route;
4+
35
Route::group(['middleware' => ['web', 'admin_locale']], function () {
46
Route::get('/', 'Webkul\Admin\Http\Controllers\Controller@redirectToLogin')->name('krayin.home');
57

phpunit.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true">
33
<testsuites>
4-
<testsuite name="Rest API">
5-
<directory suffix="Test.php">./tests/RestAPI</directory>
6-
</testsuite>
74
<testsuite name="Unit">
85
<directory suffix="Test.php">./tests/Unit</directory>
96
</testsuite>

tests/Pest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
uses(\Tests\TestCase::class)->in('Feature');
1515

16-
uses(\Tests\RestAPI\RestAPITestCase::class)->in('RestAPI');
17-
1816
/*
1917
|--------------------------------------------------------------------------
2018
| Expectations

0 commit comments

Comments
 (0)