Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
III-1962: Fix fatal error after incomplete merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramakers committed Mar 22, 2017
1 parent d68c232 commit ed3c6e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"cultuurnet/hydra": "~0.1",
"cultuurnet/udb3-search": "dev-feature/III-1962 as 0.1",
"cultuurnet/udb3-search": "~0.1",
"nicolopignatelli/valueobjects": "~3.0",
"symfony/http-foundation": "~2.7.2"
},
Expand Down
3 changes: 0 additions & 3 deletions tests/OfferSearchControllerTest.php
Expand Up @@ -93,16 +93,13 @@ public function it_returns_a_paged_collection_of_search_results_based_on_request
)
->withMinimumAge(new Natural(3))
->withMaximumAge(new Natural(7))
<<<<<<< HEAD
->withPrice(Price::fromFloat(1.55))
->withMinimumPrice(Price::fromFloat(0.99))
->withMaximumPrice(Price::fromFloat(1.99))
=======
->withTextLanguages(
new Language('nl'),
new Language('en')
)
>>>>>>> master
->withLabels(
new LabelName('foo'),
new LabelName('bar')
Expand Down

0 comments on commit ed3c6e4

Please sign in to comment.