seregazhuk\tests\Bot\ProviderWrapperTest::it_should_throw_exception_when_calling_non_existed_method PHP Method

it_should_throw_exception_when_calling_non_existed_method() public method

    public function it_should_throw_exception_when_calling_non_existed_method()
    {
        $this->createWrapper()->badMethod();
    }