Namshi\AB\Test::disable PHP Method

disable() public method

Disables the test: this is useful when, for example, you want to exclude this test to run for specific request (for example, bots).
public disable ( )
    public function disable()
    {
        $this->isEnabled = false;
    }