Kraken\_Unit\Supervision\SupervisorTest::testApiExistsParam_ReturnsFalse_WhenParamDoesNotExist PHP 메소드

testApiExistsParam_ReturnsFalse_WhenParamDoesNotExist() 공개 메소드

    public function testApiExistsParam_ReturnsFalse_WhenParamDoesNotExist()
    {
        $super = $this->createSupervisor();
        $this->assertFalse($super->existsParam('param'));
    }