Anons79 Mini Shell

Directory : /home/proudlyafrican/www/vendor/phpunit/phpunit/tests/Regression/GitHub/2299/
Upload File :
Current File : /home/proudlyafrican/www/vendor/phpunit/phpunit/tests/Regression/GitHub/2299/Issue2299Test.php

<?php
/**
 * @author Jean Carlo Machado <contato@jeancarlomachado.com.br>
 */
class Test extends PHPUnit_Framework_TestCase
{
    public function testOne()
    {
        $this->expectExceptionMessage('message');

        throw new Exception('message');
    }

    public function testTwo()
    {
        $this->expectExceptionCode(123);

        throw new Exception('message', 123);
    }
}

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