Skip to content

Commit 9ccc169

Browse files
Merge pull request #1270 from suraj-webkul/composer-update
remove rest api from composer and its test cases.
2 parents 5e034d6 + 8b3abb3 commit 9ccc169

File tree

14 files changed

+184
-342
lines changed

14 files changed

+184
-342
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"doctrine/dbal": "^3.0",
1515
"guzzlehttp/guzzle": "^7.0.1",
1616
"konekt/concord": "^1.10",
17-
"krayin/rest-api": "dev-master",
1817
"laravel/framework": "^10.0",
1918
"laravel/sanctum": "^3.2",
2019
"laravel/tinker": "^2.5",

composer.lock

Lines changed: 182 additions & 154 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

tests/RestAPI/ActivityTest.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/RestAPI/AuthenticationTest.php

Lines changed: 0 additions & 48 deletions
This file was deleted.

tests/RestAPI/LeadTest.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/RestAPI/MailTest.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/RestAPI/OrganizationTest.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)