diff --git a/composer.json b/composer.json index d6022b7bb..e4b14df79 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,10 @@ "SilverStripe\\View\\": "src/View/", "SilverStripe\\View\\Tests\\": "tests/php/View/" }, - "files": ["src/Core/Constants.php"], + "files": [ + "src/Core/Constants.php", + "src/Dev/PhpUnitShim.php" + ], "classmap": ["tests/behat/features/bootstrap"] }, "include-path": [ diff --git a/src/Dev/PhpUnitShim.php b/src/Dev/PhpUnitShim.php new file mode 100644 index 000000000..ef7921fe1 --- /dev/null +++ b/src/Dev/PhpUnitShim.php @@ -0,0 +1,14 @@ +