Bolt\Tests\Configuration\Validation\ConfigurationTest::testConfigurationInvalid PHP Method

testConfigurationInvalid() public method

    public function testConfigurationInvalid()
    {
        $this->config->getExceptions()->willReturn(['Koala detected … check for drop bear!']);
        $this->extensionController->systemCheck(Validator::CHECK_CONFIG, ['Koala detected … check for drop bear!'])->shouldBeCalled();
        $this->validator->check(Validator::CHECK_CONFIG);
    }