Kraken\_Unit\Supervision\SupervisorTest::testApiExistsParam_ReturnsFalse_WhenParamDoesNotExist PHP Method

testApiExistsParam_ReturnsFalse_WhenParamDoesNotExist() public method

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