Skip to content

Instantly share code, notes, and snippets.

@sirbrillig
Created December 5, 2017 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirbrillig/bac81cc1dcc083905bf030b5632c33fc to your computer and use it in GitHub Desktop.
Save sirbrillig/bac81cc1dcc083905bf030b5632c33fc to your computer and use it in GitHub Desktop.
Bootstrap for writing phpcs sniff tests
<?php
require_once(__DIR__ . '/../vendor/squizlabs/php_codesniffer/tests/bootstrap.php');
require_once(__DIR__ . '/SniffTestHelper.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment