public function test_one_3() { $ret = Enumerator::one(array(null, true, false)); // true $this->assertEquals(true, $ret); }