euromark 11 years ago
parent
commit
74cb5b57b8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tests/Fixture/ToolsUsersFixture.php

+ 1 - 2
tests/Fixture/ToolsUsersFixture.php

@@ -16,8 +16,7 @@ class ToolsUsersFixture extends TestFixture {
 	public $fields = array(
 		'name' => ['type' => 'string', 'null' => true],
 		'password' => ['type' => 'string', 'null' => true],
-		'role_id' => ['type' => 'integer', 'null' => true],
-		'_constraints' => ['primary' => ['type' => 'primary', 'columns' => ['id']]]
+		'role_id' => ['type' => 'integer', 'null' => true]
 	);
 
 	/**