Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / phpunit / phpunit / tests / _files / NonStatic.php
1 <?php
2 class NonStatic
3 {
4     public function suite()
5     {
6         return;
7     }
8 }