%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/graphicd/public_html/vebto/vendor/willdurand/negotiation/tests/Negotiation/Tests/
Upload File :
Create Path :
Current File : /home/graphicd/public_html/vebto/vendor/willdurand/negotiation/tests/Negotiation/Tests/TestCase.php

<?php

namespace Negotiation\Tests;

use PHPUnit\Framework\TestCase as PHPUnitTestCase;

abstract class TestCase extends PHPUnitTestCase
{
    protected function call_private_method($class, $method, $object, $params)
    {
        $method = new \ReflectionMethod($class, $method);

        $method->setAccessible(true);

        return $method->invokeArgs($object, $params);
    }
}

Zerion Mini Shell 1.0