getObject(self::XML_DUPLICATE_TEST); $this->addToAssertionCount(1); // No exception thrown thus far, can assert dupes didn't cause an error. } public function testDuplicatesInActionGroup() { ActionGroupObjectHandler::getInstance()->getObject(self::XML_DUPLICATE_ACTIONGROUP); $this->addToAssertionCount(1); // No exception thrown thus far, can assert dupes didn't cause an error. } /** * Parser testing, makes sure test action nodes are marked as array. */ public function testDuplicatesInMergeTest() { TestObjectHandler::getInstance()->getObject(self::XML_DUPLICATE_MERGE_TEST); $this->addToAssertionCount(1); // No exception thrown thus far, can assert dupes didn't cause an error. } }