get(ChamiloExtension::class); $user = $this->createUser('test'); $illustrationUrl = $extension->getIllustration($user); $this->assertSame('/img/icons/32/unknown.png', $illustrationUrl); } }