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

testApiExistsParam_ReturnsTrue_WhenParamDoesExist() public method

    public function testApiExistsParam_ReturnsTrue_WhenParamDoesExist()
    {
        $super = $this->createSupervisor(['param' => 'value']);
        $this->assertTrue($super->existsParam('param'));
    }