File "ClassDeclarationUnitTest.2.inc"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.2.inc
File size: 218 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if (!class_exists('ClassOpeningBraceTabIndented')) {
    abstract class ClassOpeningBraceTabIndented
	{
	}
}


// Needs to be last test in the file. Intentional parse error.
class MyParseError extends Exception