Skip to content

Instantly share code, notes, and snippets.

@joshuataylor
Created May 1, 2015 14:52
Show Gist options
  • Save joshuataylor/18b55916bec014c5b560 to your computer and use it in GitHub Desktop.
Save joshuataylor/18b55916bec014c5b560 to your computer and use it in GitHub Desktop.
---- Drupal\commerce_product\Tests\ProductTest ----
Status Group Filename Line Function
--------------------------------------------------------------------------------
Fail Completion ProductTest.php 33 Drupal\commerce_product\Tests\Produ
The test did not complete due to a fatal error.
Exception Uncaught e ConfigSchemaCheck 98 Drupal\Core\Config\Testing\ConfigSc
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for
core.entity_form_display.commerce_store.online.default with the following
errors:
core.entity_form_display.commerce_store.online.default:dependencies.entity
missing schema in
Drupal\Core\Config\Testing\ConfigSchemaChecker->onConfigSave() (line 98
of
/home/josh/web/commerceordertests/core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php).
Drupal\Core\Config\Testing\ConfigSchemaChecker->onConfigSave(Object,
'config.save', Object)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('config.save',
Object)
Drupal\Core\Config\Config->save(1)
Drupal\Core\Config\Entity\ConfigEntityStorage->doSave('commerce_store.online.default',
Object)
Drupal\Core\Entity\EntityStorageBase->save(Object)
Drupal\Core\Config\Entity\ConfigEntityStorage->save(Object)
Drupal\Core\Entity\Entity->save()
Drupal\Core\Config\Entity\ConfigEntityBase->save()
Drupal\Core\Config\ConfigInstaller->createConfiguration('', Array)
Drupal\Core\Config\ConfigInstaller->installDefaultConfig('module',
'commerce_store')
Drupal\Core\Extension\ModuleInstaller->install(Array, 1)
Drupal\simpletest\WebTestBase->setUp()
Drupal\commerce_product\Tests\CommerceProductTestBase->setUp()
Drupal\simpletest\TestBase->run(Array)
simpletest_script_run_one_test('2',
'Drupal\commerce_product\Tests\ProductTest::testAddCommerceProductExistingSku')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment