%PDF- %PDF-
Direktori : /home/graphicd/public_html/vebto/vendor/willdurand/negotiation/tests/Negotiation/Tests/ |
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); } }