File Manager

Current Path : /webspace/www.beetasty.be/html/wp-content/plugins/onfact/vendor/guzzlehttp/psr7/tests/
Upload File :
Current File : //webspace/www.beetasty.be/html/wp-content/plugins/onfact/vendor/guzzlehttp/psr7/tests/BaseTest.php

<?php
namespace GuzzleHttp\Tests\Psr7;

use PHPUnit\Framework\TestCase;

abstract class BaseTest extends TestCase
{
    /**
     * Make sure expectException always exists, even on PHPUnit 4
     * @param string      $exception
     * @param string|null $message
     */
    public function expectException($exception, $message = null)
    {
        if (method_exists($this, 'setExpectedException')) {
            $this->setExpectedException($exception, $message);
        } else {
            parent::expectException($exception);
            if (null !== $message) {
                $this->expectExceptionMessage($message);
            }
        }
    }
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com