Skip to content

Commit

Permalink
style patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Redjik committed Aug 16, 2015
1 parent d86167f commit 639a3a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/tests/integration/ChildEntityTest.php
Expand Up @@ -199,7 +199,6 @@ public function testPatchManyNoIds()

$this->patch('/test/entities/'.$entity->entity_id.'/children', ['data' => $data]);
$this->assertResponseStatus(422);

}

public function testPutManyNew()
Expand Down
1 change: 0 additions & 1 deletion api/tests/integration/EntityTest.php
Expand Up @@ -316,7 +316,6 @@ public function testPatchManyNoIds()

$this->patch('/test/entities', ['data' => $data]);
$this->assertResponseStatus(422);

}

public function testPutManyNew()
Expand Down

0 comments on commit 639a3a7

Please sign in to comment.