Skip to content

Commit

Permalink
changes from feature to unit test cases
Browse files Browse the repository at this point in the history
Changes from Feature to unit test cases
  • Loading branch information
salman-mahmood committed May 31, 2023
1 parent 4765fa8 commit 62aea62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/unit/EasypaisaDirectTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\Feature;
namespace Tests\Unit;

use Tests\TestCase;
use Illuminate\Support\Str;
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/EasypaisaHostedTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\Feature;
namespace Tests\Unit;

use Illuminate\Http\JsonResponse;
use Tests\TestCase;
Expand All @@ -10,7 +10,7 @@
class EasypaisaHostedTest extends TestCase
{
/**
* A basic feature test example.
* A basic Unit test example.
*/
public function testSendHostedRequest()
{
Expand Down

0 comments on commit 62aea62

Please sign in to comment.