Browse Source

Calling setupTables to allow table associations to be created

David Yell 9 years ago
parent
commit
8a1ac68aa1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/TestCase/View/Form/EntityContextTest.php

+ 2 - 0
tests/TestCase/View/Form/EntityContextTest.php

@@ -631,6 +631,8 @@ class EntityContextTest extends TestCase
      */
     public function testValAssociatedCustomIds()
     {
+        $this->_setupTables();
+
         $row = new Article([
             'title' => 'First post',
             'user' => new Entity([