Created
November 6, 2015 19:35
-
-
Save NinoSkopac/812de2c35a65ce868f0b to your computer and use it in GitHub Desktop.
SO Question
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace PromisePay\Tests; | |
use PromisePay\PromisePay; | |
class Misc extends \PHPUnit_Framework_TestCase { | |
public function setUp() { | |
PromisePay::BankAccountRepository::getBankAccountById('asdasdasd'); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment