Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/phpunit/phpunit/tests/end-to-end/regression/GitHub/2731/Issue2731Test.php
<?php
class Issue2731Test extends PHPUnit\Framework\TestCase
{
    public function
testOne()
    {
       
$this->expectException(Exception::class);
       
$this->expectExceptionMessage('');

        throw new
Exception('message');
    }
}