Mercurial > hg > isophonics-drupal-site
comparison vendor/phpunit/phpunit-mock-objects/tests/Generator/397.phpt @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 1fec387a4317 |
children |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
1 --TEST-- | 1 --TEST-- |
2 https://github.com/sebastianbergmann/phpunit-mock-objects/issues/397 | 2 https://github.com/sebastianbergmann/phpunit-mock-objects/issues/397 |
3 --SKIPIF-- | |
4 <?php | |
5 if (!version_compare(PHP_VERSION, '7.1', '>=')) print 'skip: PHP >= 7.1 required'; | |
3 --FILE-- | 6 --FILE-- |
4 <?php | 7 <?php |
5 class C | 8 class C |
6 { | 9 { |
7 public function m(?self $other): self | 10 public function m(?self $other): self |