Security update to Drupal 8.4.6
[yaffs-website] / vendor / phpunit / phpunit / tests / _files / ConcreteTest.php
1 <?php
2 class ConcreteTest extends AbstractTest
3 {
4     public function testTwo()
5     {
6     }
7 }