[Argil-svn] SF.net SVN: argil: [534] branches/experimental/tests/config.php
Status: Alpha
Brought to you by:
tswicegood
|
From: <tsw...@us...> - 2007-05-25 23:42:24
|
Revision: 534
http://argil.svn.sourceforge.net/argil/?rev=534&view=rev
Author: tswicegood
Date: 2007-05-25 16:42:04 -0700 (Fri, 25 May 2007)
Log Message:
-----------
Make sure there's a Mock Argil_Util_Annotation_Value object available
Modified Paths:
--------------
branches/experimental/tests/config.php
Modified: branches/experimental/tests/config.php
===================================================================
--- branches/experimental/tests/config.php 2007-05-25 23:40:24 UTC (rev 533)
+++ branches/experimental/tests/config.php 2007-05-25 23:42:04 UTC (rev 534)
@@ -3,3 +3,6 @@
require_once 'simpletest/mock_objects.php';
require_once 'simpletest/autorun.php';
set_include_path(dirname(__FILE__) . PATH_SEPARATOR . dirname(__FILE__) . '/../src' . PATH_SEPARATOR . get_include_path());
+
+require_once 'Argil/Util/Annotation/Value.php';
+Mock::generate('Argil_Util_Annotation_Value');
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|