true]); $testFile = ['testFile.xml' => "a"]; $expectedError = TESTS_MODULE_PATH . DIRECTORY_SEPARATOR . "TestModule" . DIRECTORY_SEPARATOR . "Test" . DIRECTORY_SEPARATOR . "testFile.xml"; $this->validateSchemaErrorWithTest($testFile, 'Test', $expectedError); } /** * After method functionality * @return void */ protected function tearDown() { AspectMock::clean(); } }