Skip to content

Commit

Permalink
fixing test for php bc old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos committed Nov 18, 2016
1 parent c74071a commit 3f3b933
Showing 1 changed file with 1 addition and 9 deletions.
Expand Up @@ -17,15 +17,7 @@ public function test_constructs_wit_array_of_stores()
{
new CompositeTrustOptionsStore([$this->getTrustOptionsStoreMock(), $this->getTrustOptionsStoreMock()]);
}

/**
* @expectedException \TypeError
*/
public function test_breaks_on_non_store_constructor_argument()
{
new CompositeTrustOptionsStore(['aaa']);
}


public function test_can_add_stores()
{
$composite = new CompositeTrustOptionsStore();
Expand Down

0 comments on commit 3f3b933

Please sign in to comment.