Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
unicodeveloper
/
laravel-paystack
/
tests
Location:
/home/zoteqbgb/public_html/vendor/unicodeveloper/laravel-paystack/tests
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: HelpersTest.php
<?php namespace Unicodeveloper\Paystack\Test; use Mockery as m; use PHPUnit\Framework\TestCase; class HelpersTest extends TestCase { protected $paystack; public function setUp(): void { $this->paystack = m::mock('Unicodeveloper\Paystack\Paystack'); $this->mock = m::mock('GuzzleHttp\Client'); } public function tearDown(): void { m::close(); } /** * Tests that helper returns * * @test * @return void */ function it_returns_instance_of_paystack () { $this->assertInstanceOf("Unicodeveloper\Paystack\Paystack", $this->paystack); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
HelpersTest.php
636 bytes
0644
2024-04-08 14:40
âï¸
ðï¸
Rename
PaystackTest.php
1,469 bytes
0644
2024-04-08 14:40
âï¸
ðï¸
Rename
Chang
Apply