We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 16 | class ConfigResolverTest extends \PHPUnit_Framework_TestCase |
||
| 17 | { |
||
| 18 | /** @var ConfigResolver */ |
||
| 19 | private $configResolver; |
||
| 20 | |||
| 21 | public function setUp() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @expectedException \RuntimeException |
||
| 28 | * @expectedExceptionMessage Config must be an array or implement \ArrayAccess interface |
||
| 29 | */ |
||
| 30 | public function testConfigNotArrayOrImplementArrayAccess() |
||
| 34 | } |
||
| 35 |