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