listAll() as $config_name) { // Skip files provided by the config_schema_test module since that module // is explicitly for testing schema. if (strpos($config_name, 'config_schema_test') === 0) { continue; } $data = $default_config_storage->read($config_name); $this->assertConfigSchema($typed_config, $config_name, $data); } } }