Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3779982
D2658.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
496 B
Referenced Files
None
Subscribers
None
D2658.diff
View Options
diff --git a/omnitools/tests/Registration/AutoloaderTest.php b/omnitools/tests/Registration/AutoloaderTest.php
--- a/omnitools/tests/Registration/AutoloaderTest.php
+++ b/omnitools/tests/Registration/AutoloaderTest.php
@@ -22,6 +22,8 @@
Autoloader::registerPSR4("Acme\\MockLib\\", $this->getDataPath("MockLib"));
$this->assertTrue(class_exists($class));
+
+ $this->assertFalse(class_exists("NotExisting"));
}
public function testGetLibraryPath () : void {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 10:59 (19 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2264518
Default Alt Text
D2658.diff (496 B)
Attached To
Mode
D2658: Improve test coverage
Attached
Detach File
Event Timeline
Log In to Comment