diff --git a/tests/coverage/Doctrine_Collection.html b/tests/coverage/Doctrine_Collection.html
index de03fab8f..71a650eaa 100644
--- a/tests/coverage/Doctrine_Collection.html
+++ b/tests/coverage/Doctrine_Collection.html
@@ -16,7 +16,7 @@
/*
|
3 |
- * $Id: Collection.php 2990 2007-10-22 16:38:03Z zYne $
+ | * $Id: Collection.php 3075 2007-11-05 18:05:17Z nightfreak $
|
4 |
*
@@ -100,7 +100,7 @@
| * @since 1.0
|
31 |
- * @version $Revision: 2990 $
+ | * @version $Revision: 3075 $
|
32 |
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
@@ -2356,6 +2356,33 @@
| }
|
783 |
+
+ |
+784 |
+ /**
+ |
+785 |
+ * returns the relation object
+ |
+786 |
+ * @return object Doctrine_Relation
+ |
+787 |
+ */
+ |
+788 |
+ public function getRelation()
+ |
+789 |
+ {
+ |
+790 |
+ return $this->relation;
+ |
+791 |
+ }
+ |
+792 |
}
|