Bolt\Tests\Configuration\Validation\ConfigurationTest::testConfigurationValid PHP Метод

testConfigurationValid() публичный Метод

    public function testConfigurationValid()
    {
        $this->config->getExceptions()->willReturn(null);
        $this->extensionController->systemCheck(Validator::CHECK_CONFIG)->shouldNotBeCalled();
        $this->validator->check(Validator::CHECK_CONFIG);
    }