[Argil-svn] SF.net SVN: argil: [509] branches/experimental/tests/AllTest.php
Status: Alpha
Brought to you by:
tswicegood
|
From: <tsw...@us...> - 2007-04-01 04:07:25
|
Revision: 509
http://argil.svn.sourceforge.net/argil/?rev=509&view=rev
Author: tswicegood
Date: 2007-03-31 21:07:27 -0700 (Sat, 31 Mar 2007)
Log Message:
-----------
Add in the new Reflection code to the test suite
Modified Paths:
--------------
branches/experimental/tests/AllTest.php
Modified: branches/experimental/tests/AllTest.php
===================================================================
--- branches/experimental/tests/AllTest.php 2007-04-01 04:05:36 UTC (rev 508)
+++ branches/experimental/tests/AllTest.php 2007-04-01 04:07:27 UTC (rev 509)
@@ -6,6 +6,9 @@
{
public function __construct() {
$this->addTestFile('Argil/Model/ContainerTest.php');
+ $this->addTestFile('Argil/Reflection/ObjectTest.php');
+ $this->addTestFile('Argil/Reflection/PropertyListTest.php');
+ $this->addTestFile('Argil/Reflection/PropertyTest.php');
$this->addTestFile('Argil/RouteTest.php');
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|