Skip to content

Commit

Permalink
Merge pull request #7 from salman-mahmood/master
Browse files Browse the repository at this point in the history
changes from feature to unit test cases
  • Loading branch information
zfhassaan authored May 31, 2023
2 parents 4765fa8 + 62aea62 commit b5ef918
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 b5ef918

Please sign in to comment.