Add a benchmark to see if the new api for Value is slower or faster than the old one
[plcapi.git] / tests / 1ParsingBugsTest.php
index 06fb36a..d9a432a 100644 (file)
@@ -5,6 +5,11 @@
 include_once __DIR__ . '/../lib/xmlrpc.inc';
 include_once __DIR__ . '/../lib/xmlrpcs.inc';
 
+include_once __DIR__ . '/parse_args.php';
+
+/**
+ * Tests involving parsing of xml and handling of xmlrpc values
+ */
 class ParsingBugsTests extends PHPUnit_Framework_TestCase
 {
     public $args = array();