summaryrefslogtreecommitdiffstats
path: root/php-yoast-phpunit-polyfills-layout.patch
blob: 637d51bf2a60a2b2e1c12d7aa3cbc0a2e6628c59 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -up ./phpunitpolyfills-autoload.php.rpm ./phpunitpolyfills-autoload.php
--- ./phpunitpolyfills-autoload.php.rpm	2020-11-26 07:45:13.798777427 +0100
+++ ./phpunitpolyfills-autoload.php	2020-11-26 07:45:29.603748277 +0100
@@ -88,7 +88,6 @@ if ( \class_exists( 'Yoast\PHPUnitPolyfi
 				default:
 					$file = \realpath(
 						__DIR__ . \DIRECTORY_SEPARATOR
-						. 'src' . \DIRECTORY_SEPARATOR
 						. \strtr( \substr( $class, 23 ), '\\', \DIRECTORY_SEPARATOR ) . '.php'
 					);