Skip to content
Snippets Groups Projects
Commit 70890a2e authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Remove support for old PSR-0 class names

parent 29df17da
No related branches found
No related tags found
No related merge requests found
......@@ -82,18 +82,6 @@ class ModuleTest extends TestCase
}
/**
* Test for SimpleSAML\Module::resolveClass(). It will make sure that an exception is thrown if the class we are
* asking for cannot be found.
* @return void
*/
public function testResolveClassNotFound(): void
{
$this->expectException(Exception::class);
Module::resolveClass('core:Missing', '');
}
/**
* Test for SimpleSAML\Module::resolveClass(). It will make sure that an exception is thrown if the class we are
* asking for can be resolved, but does not extend a given class.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment