public function testAddNull() { $andExpr = $this->_expr->andx(); $andExpr->add(null); $this->assertEquals(0, $andExpr->count()); }