Horde_Group_TestBase::_exists PHP Method

_exists() protected method

protected _exists ( $nonexistant )
    protected function _exists($nonexistant)
    {
        $this->assertTrue(self::$group->exists(self::$groupids[0]));
        $this->assertFalse(self::$group->exists($nonexistant));
    }