Skip to content

Commit 3a1e0f8

Browse files
committed
fix:
1 parent 7197416 commit 3a1e0f8

2 files changed

Lines changed: 13 additions & 30 deletions

File tree

tests/BankTest.php

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

tests/PlanTest.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
namespace StarfolkSoftware\Paystack\Tests;
4+
5+
use Laminas\Diactoros\Response\JsonResponse;
6+
7+
final class PlanTest extends TestCase
8+
{
9+
public function testOk(): void
10+
{
11+
$this->assertEquals('ok', 'ok');
12+
}
13+
}

0 commit comments

Comments
 (0)