* [gentoo-commits] repo/gentoo:master commit in: dev-php/phpunit/files/
@ 2019-12-20 18:34 Brian Evans
0 siblings, 0 replies; only message in thread
From: Brian Evans @ 2019-12-20 18:34 UTC (permalink / raw
To: gentoo-commits
commit: 98e1d79f4cddf95757043ff75be9a38fbf1952e0
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 17:57:47 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 18:34:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e1d79f
dev-php/phpunit: Fix errors in autoload file
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
dev-php/phpunit/files/autoload-8.5.0.php | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-php/phpunit/files/autoload-8.5.0.php b/dev-php/phpunit/files/autoload-8.5.0.php
index 2177c3daa4c..179ff7f276c 100644
--- a/dev-php/phpunit/files/autoload-8.5.0.php
+++ b/dev-php/phpunit/files/autoload-8.5.0.php
@@ -1,3 +1,4 @@
+<?php
/* Autoloader for dev-php/phpunit and its dependencies */
$include_dir = '/usr/share/php';
@@ -183,11 +184,11 @@ if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
'phpunit\\runner\\testsuiteloader' => '/Runner/TestSuiteLoader.php',
'phpunit\\runner\\testsuitesorter' => '/Runner/TestSuiteSorter.php',
'phpunit\\runner\\version' => '/Runner/Version.php',
-'phpunit\\textUI\\command' => '/TextUI/Command.php',
-'phpunit\\textUI\\exception' => '/TextUI/Exception.php',
-'phpunit\\textUI\\help' => '/TextUI/Help.php',
-'phpunit\\textUI\\resultprinter' => '/TextUI/ResultPrinter.php',
-'phpunit\\textUI\\testrunner' => '/TextUI/TestRunner.php',
+'phpunit\\textui\\command' => '/TextUI/Command.php',
+'phpunit\\textui\\exception' => '/TextUI/Exception.php',
+'phpunit\\textui\\help' => '/TextUI/Help.php',
+'phpunit\\textui\\resultprinter' => '/TextUI/ResultPrinter.php',
+'phpunit\\textui\\testrunner' => '/TextUI/TestRunner.php',
'phpunit\\util\\annotation\\docblock' => '/Util/Annotation/DocBlock.php',
'phpunit\\util\\annotation\\registry' => '/Util/Annotation/Registry.php',
'phpunit\\util\\blacklist' => '/Util/Blacklist.php',
@@ -210,7 +211,7 @@ if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
'phpunit\\util\\php\\windowsphpprocess' => '/Util/PHP/WindowsPhpProcess.php',
'phpunit\\util\\printer' => '/Util/Printer.php',
'phpunit\\util\\regularexpression' => '/Util/RegularExpression.php',
-'phpunit\\util\\teest' => '/Util/Test.php',
+'phpunit\\util\\test' => '/Util/Test.php',
'phpunit\\util\\testdox\\clitestdoxprinter' => '/Util/TestDox/CliTestDoxPrinter.php',
'phpunit\\util\\testdox\\htmlresultprinter' => '/Util/TestDox/HtmlResultPrinter.php',
'phpunit\\util\\testdox\\nameprettifier' => '/Util/TestDox/NamePrettifier.php',
@@ -245,7 +246,6 @@ if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
"${include_dir}/Symfony/Component/Yaml/autoload.php",
"${include_dir}/Text/Template/autoload.php",
"${include_dir}/myclabs/DeepCopy/autoload.php",
- "${include_dir}/PHPUnit/Framework/MockObject/autoload.php",
"${include_dir}/phpspec/Prophecy/autoload.php",
"${include_dir}/Doctrine/Instantiator/autoload.php",
"${include_dir}/PharIo/Manifest/autoload.php",
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-12-20 18:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-20 18:34 [gentoo-commits] repo/gentoo:master commit in: dev-php/phpunit/files/ Brian Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox