Skip to content

Instantly share code, notes, and snippets.

@mfrost503
Created October 27, 2013 04:15
Show Gist options
  • Save mfrost503/7177913 to your computer and use it in GitHub Desktop.
Save mfrost503/7177913 to your computer and use it in GitHub Desktop.
Logical Or
58 $this->db->expects($this->atLeastOnce())
59 ->method('prepare')
60 ->with($this->logicalOr(
61 $expectedQuery,
62 $teachingQuery,
63 $learningQuery
64 ))
65 ->will($this->returnValue($this->statement));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment