expectException(\Exception::class); $this->expectExceptionMessage('Bundle does not ship composer.json, which is required since 2.0.'); PluginMetadata::createFromPath(__DIR__); } }