Example #1
0
 /**
  * Test that the getOperand() method defaults to returning NULL
  */
 public function testThatGetOperandDefaultsToReturningNull()
 {
     $field = new Field();
     $this->assertNull($field->getConditional());
 }