Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3797603
D2658.id6721.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.id6721.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
Fri, Nov 29, 12:41 (8 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2269886
Default Alt Text
D2658.id6721.diff (496 B)
Attached To
Mode
D2658: Improve test coverage
Attached
Detach File
Event Timeline
Log In to Comment