Skip to content

Commit

Permalink
fix issue with history pagination && stupid IDE change :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scot Wells committed May 1, 2015
1 parent 4f3ecc3 commit a128350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ properties:
self: &SELF
location: links
data:
operation: ListCases
pattern: "#/cases\\??(?P<_query>.*)$#"
operation: ListCaseHistory
pattern: "#/cases/(?P<case_id>[0-9]+)/history\\??(?P<_query>.*)$#"
first: *SELF
last: *SELF
next: *SELF
Expand Down
4 changes: 2 additions & 2 deletions tests/Desk/Test/Helper/Operation/ListOperationTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public function testSystem()
/**
* Contains assertions to make about the results of the system test
*
* @param array $history Resulting models from system test
* @param array $models Resulting models from system test
*/
abstract protected function assertSystem(array $history);
abstract protected function assertSystem(array $models);
}

0 comments on commit a128350

Please sign in to comment.