Skip to content

Instantly share code, notes, and snippets.

@NinoSkopac
Created November 6, 2015 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NinoSkopac/812de2c35a65ce868f0b to your computer and use it in GitHub Desktop.
Save NinoSkopac/812de2c35a65ce868f0b to your computer and use it in GitHub Desktop.
SO Question
<?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