Example #1
0
 /**
  * @expectedException \LogicException
  */
 public function testTypoInAndHelperName()
 {
     $condition = new Conditions\Equal(new Types\String('taste'), 'burger');
     $condition->adn(new Conditions\Equal(new Types\String('taste'), 'vegetable'));
 }