Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / core / modules / simpletest / tests / modules / phpunit_test / src / PhpUnitTestDummyClass.php
1 <?php
2
3 namespace Drupal\phpunit_test;
4
5 class PhpUnitTestDummyClass {
6 }