Changeset 2941
- Timestamp:
- 09/24/08 14:43:04 (4 months ago)
- Location:
- branches/felix-testing-implementation/src/testing
- Files:
-
- 3 modified
-
AgaviActionTestCase.class.php (modified) (1 diff)
-
AgaviFragmentTestCase.class.php (modified) (1 diff)
-
AgaviViewTestCase.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/felix-testing-implementation/src/testing/AgaviActionTestCase.class.php
r2938 r2941 32 32 { 33 33 /** 34 * @var string the name of the resulting view 35 */ 36 protected $viewName; 37 38 /** 39 * @var string the name of the resulting view's module 40 */ 41 protected $viewModuleName; 42 43 /** 34 44 * creates an Action instance and initializes it with this testcases 35 45 * container -
branches/felix-testing-implementation/src/testing/AgaviFragmentTestCase.class.php
r2938 r2941 48 48 49 49 /** 50 * @var string the name of the resulting view51 */52 protected $viewName;53 54 /**55 * @var string the name of the resulting view's module56 */57 protected $viewModuleName;58 59 /**60 50 * @var bool the result of the validation process 61 51 */ -
branches/felix-testing-implementation/src/testing/AgaviViewTestCase.class.php
r2940 r2941 31 31 abstract class AgaviViewTestCase extends AgaviFragmentTestCase 32 32 { 33 /** 34 * @var string the (short) name of the view 35 */ 36 protected $viewName; 37 38 33 39 protected $viewResult; 34 40

