1 | <?php |
||
15 | class UnsupportedObjectExceptionTest extends \PHPUnit\Framework\TestCase { |
||
16 | |||
17 | public function testConstructorWithOnlyRequiredArguments() { |
||
24 | |||
25 | public function testConstructorWithAllArguments() { |
||
36 | |||
37 | private function assertRequiredFieldsAreSet( UnsupportedObjectException $exception, $object ) { |
||
40 | |||
41 | } |
||
42 |