Skip to content

Commit

Permalink
#35 remove exception annotation, and updated test name
Browse files Browse the repository at this point in the history
  • Loading branch information
KidA78 committed Jul 21, 2016
1 parent 9cada13 commit 4aa69dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Posts/PostsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ public function testLookup() {
} // End function testLookup()

/**
* If keyword_aggregation is enable, keyword_matches must be set to true
* Having a false keyword match param, should still return
* valid results, even with keyword aggregation turned on
* @group read only
* @expectedException Traackr\MissingParameterException
*/
public function testSearchInvalidParameter() {
public function testSearchWithFalseKwMatchParam() {
$posts = Traackr\Posts::search(array(
'keywords' => array('traackr', '"content marketing"'),
'include_keyword_matches' => false,
Expand Down

0 comments on commit 4aa69dd

Please sign in to comment.