You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -101,6 +102,7 @@ public function provideClassNotFoundData()
101
102
'message' => 'Class \'UndefinedFunctionException\' not found',
102
103
],
103
104
"/^Attempted to load class \"UndefinedFunctionException\" from the global namespace.\nDid you forget a \"use\" statement for .*\"Symfony\\\\Component\\\\Debug\\\\Exception\\\\UndefinedFunctionException\"\?$/",
105
+
[$debugClassLoader, 'loadClass'],
104
106
],
105
107
[
106
108
[
@@ -110,6 +112,7 @@ public function provideClassNotFoundData()
110
112
'message' => 'Class \'PEARClass\' not found',
111
113
],
112
114
"/^Attempted to load class \"PEARClass\" from the global namespace.\nDid you forget a \"use\" statement for \"Symfony_Component_Debug_Tests_Fixtures_PEARClass\"\?$/",
115
+
[$debugClassLoader, 'loadClass'],
113
116
],
114
117
[
115
118
[
@@ -119,6 +122,7 @@ public function provideClassNotFoundData()
119
122
'message' => 'Class \'Foo\\Bar\\UndefinedFunctionException\' not found',
120
123
],
121
124
"/^Attempted to load class \"UndefinedFunctionException\" from namespace \"Foo\\\\Bar\".\nDid you forget a \"use\" statement for .*\"Symfony\\\\Component\\\\Debug\\\\Exception\\\\UndefinedFunctionException\"\?$/",
0 commit comments