Skip to content

Commit

Permalink
Merge pull request #348 from mglaman/order-kernel-test-router-schema
Browse files Browse the repository at this point in the history
Issue #2681297: Need to install router schema for OrderTest
  • Loading branch information
mglaman committed Mar 4, 2016
2 parents 37fae64 + 84dd7f0 commit 8f147f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/order/tests/src/Kernel/Entity/OrderTest.php
Expand Up @@ -32,7 +32,7 @@ class OrderTest extends KernelTestBase {
*/
protected function setUp() {
parent::setUp();

$this->installSchema('system', 'router');
$this->installEntitySchema('user');
$this->installEntitySchema('profile');
$this->installEntitySchema('commerce_store');
Expand Down

0 comments on commit 8f147f2

Please sign in to comment.