public function testEvaluateTrue() { $v = new LessThanEqual(10); $this->assertTrue($v->evaluate(5)); $this->assertFalse($v->evaluate(12)); }