[Argil-svn] SF.net SVN: argil: [535] branches/experimental/tests/AllTest.php
Status: Alpha
Brought to you by:
tswicegood
|
From: <tsw...@us...> - 2007-05-25 23:43:12
|
Revision: 535
http://argil.svn.sourceforge.net/argil/?rev=535&view=rev
Author: tswicegood
Date: 2007-05-25 16:43:02 -0700 (Fri, 25 May 2007)
Log Message:
-----------
Add in all of the new tests to the test suite
Modified Paths:
--------------
branches/experimental/tests/AllTest.php
Modified: branches/experimental/tests/AllTest.php
===================================================================
--- branches/experimental/tests/AllTest.php 2007-05-25 23:42:04 UTC (rev 534)
+++ branches/experimental/tests/AllTest.php 2007-05-25 23:43:02 UTC (rev 535)
@@ -11,5 +11,9 @@
$this->addTestFile('Argil/RouteTest.php');
$this->addTestFile('Argil/Specification/LengthTest.php');
$this->addTestFile('Argil/Specification/StringTest.php');
+ $this->addTestFile('Argil/Util/Annotation/CollectionTest.php');
+ $this->addTestFile('Argil/Util/Annotation/ParserTest.php');
+ $this->addTestFile('Argil/Util/Annotation/ValueTest.php');
+ $this->addTestFile('Argil/Util/Template/CamelCapsToUnderscoreTest.php');
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|