Changeset 2971
- Timestamp:
- 10/02/08 14:47:39 (7 weeks ago)
- Location:
- branches/felix-testing-implementation
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
src/validator/AgaviValidationResult.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/felix-testing-implementation
- Property svnmerge-integrated changed from /branches/1.0:1-2892,2894-2968 /branches/dominik-validation-argument-sources:1-2901 to /branches/1.0:1-2892,2894-2968 /branches/dominik-validation-argument-sources:1-2970
-
branches/felix-testing-implementation/src/validator/AgaviValidationResult.class.php
r2900 r2971 41 41 * @var array The incidents which were thrown by the validation run. 42 42 */ 43 protected $incidents ;43 protected $incidents = array(); 44 44 45 45 /**

