Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
unsatisfiableness
/
core
/
lib
/
coinbase
/
tests
/
ActiveRecord
:
ActiveRecordContextTest.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Coinbase\Wallet\Tests\ActiveRecord; use Coinbase\Wallet\ActiveRecord\ActiveRecordContext; class ActiveRecordContextTest extends \PHPUnit_Framework_TestCase { /** * @expectedException \Coinbase\Wallet\Exception\LogicException */ public function testGetClientException() { ActiveRecordContext::setClient(null); ActiveRecordContext::getClient(); } }