PhpGitHooks\Module\Configuration\Tests\Behaviour\PhpCsStandardTest::itShouldThrowException PHP Метод

itShouldThrowException() публичный Метод

    public function itShouldThrowException()
    {
        $this->expectException(InvalidPhpCsStandardException::class);
        new PhpCsStandard('invalid_data');
    }
PhpCsStandardTest