addFiles([$file]); $o->convert($file); } catch (TestError $exception) { $this->assertStringContainsString('Duplicate static variable', $exception->getMessage()); return; } $this->fail(); } }