'/Assert.php', 'webmozart\\assert\\invalidargumentexception' => '/InvalidArgumentException.php', 'webmozart\\assert\\mixin' => '/Mixin.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd