diff --git a/tests/coverage/Doctrine_AuditLog.html b/tests/coverage/Doctrine_AuditLog.html
index 72652b43e..c0ab33914 100644
--- a/tests/coverage/Doctrine_AuditLog.html
+++ b/tests/coverage/Doctrine_AuditLog.html
@@ -307,7 +307,7 @@
|
100 |
- $relations = array($name => array('local' => $local,
+ | $relations = array($name => array('local' => $id,
|
101 |
'foreign' => $id,
@@ -316,7 +316,7 @@
| 'onDelete' => 'CASCADE',
|
103 |
- 'onUpdate' => 'CASCADE'));
+ | 'onUpdate' => 'CASCADE'));
|
104 |
diff --git a/tests/coverage/Doctrine_Configurable.html b/tests/coverage/Doctrine_Configurable.html
index 2f4c32d74..48d08affa 100644
--- a/tests/coverage/Doctrine_Configurable.html
+++ b/tests/coverage/Doctrine_Configurable.html
@@ -862,7 +862,7 @@
| ) {
|
285 |
- throw new Doctrine_EventListener_Exception("Couldn't set eventlistener. EventListeners should implement either Doctrine_EventListener_Interface or Doctrine_Overloadable");
+ | throw new Doctrine_EventListener_Exception("Couldn't set eventlistener. EventListeners should implement either Doctrine_EventListener_Interface or Doctrine_Overloadable");
|
286 |
}
diff --git a/tests/coverage/Doctrine_Connection.html b/tests/coverage/Doctrine_Connection.html
index adb6878a9..2d73453c0 100644
--- a/tests/coverage/Doctrine_Connection.html
+++ b/tests/coverage/Doctrine_Connection.html
@@ -2182,7 +2182,7 @@
| $this->rethrowException($e, $this);
|
725 |
- }
+ | }
|
726 |
/**
@@ -2446,19 +2446,19 @@
| }
|
813 |
- } catch(Doctrine_Adapter_Exception $e) {
+ | } catch(Doctrine_Adapter_Exception $e) {
|
814 |
- } catch(PDOException $e) { }
+ | } catch(PDOException $e) { }
|
815 |
|
816 |
- $this->rethrowException($e, $this);
+ | $this->rethrowException($e, $this);
|
817 |
- }
+ | }
|
818 |
/**
@@ -2563,7 +2563,7 @@
| $this->rethrowException($e, $this);
|
852 |
- }
+ | }
|
853 |
/**
@@ -2635,10 +2635,10 @@
|
|
876 |
- $this->getListener()->postError($event);
+ | $this->getListener()->postError($event);
|
877 |
- }
+ | }
|
878 |
/**
diff --git a/tests/coverage/Doctrine_Connection_Sqlite_Exception.html b/tests/coverage/Doctrine_Connection_Sqlite_Exception.html
index 1b1b5909d..0588e4ca4 100644
--- a/tests/coverage/Doctrine_Connection_Sqlite_Exception.html
+++ b/tests/coverage/Doctrine_Connection_Sqlite_Exception.html
@@ -232,7 +232,7 @@
| }
|
75 |
- return false;
+ | return false;
|
76 |
}
diff --git a/tests/coverage/Doctrine_Connection_Statement.html b/tests/coverage/Doctrine_Connection_Statement.html
index 2ba93a32d..5d9f91b70 100644
--- a/tests/coverage/Doctrine_Connection_Statement.html
+++ b/tests/coverage/Doctrine_Connection_Statement.html
@@ -694,10 +694,10 @@
| return $result;
|
229 |
- } catch (PDOException $e) {
+ | } catch (PDOException $e) {
|
230 |
- } catch (Doctrine_Adapter_Exception $e) {
+ | } catch (Doctrine_Adapter_Exception $e) {
|
231 |
}
@@ -706,13 +706,13 @@
|
|
233 |
- $this->_conn->rethrowException($e, $this);
+ | $this->_conn->rethrowException($e, $this);
|
234 |
|
235 |
- return false;
+ | return false;
|
236 |
}
diff --git a/tests/coverage/Doctrine_EventListener_Chain.html b/tests/coverage/Doctrine_EventListener_Chain.html
index 7de4c5f7e..6a9c582a3 100644
--- a/tests/coverage/Doctrine_EventListener_Chain.html
+++ b/tests/coverage/Doctrine_EventListener_Chain.html
@@ -187,7 +187,7 @@
| } else {
|
60 |
- $this->_listeners[$name] = $listener;
+ | $this->_listeners[$name] = $listener;
|
61 |
}
@@ -223,7 +223,7 @@
| {
|
72 |
- if ( ! isset($this->_listeners[$key])) {
+ | if ( ! isset($this->_listeners[$key])) {
|
73 |
return null;
@@ -232,7 +232,7 @@
| }
|
75 |
- return $this->_listeners[$key];
+ | return $this->_listeners[$key];
|
76 |
}
@@ -901,16 +901,16 @@
| {
|
298 |
- foreach ($this->_listeners as $listener) {
+ | foreach ($this->_listeners as $listener) {
|
299 |
- $listener->preQuery($event);
+ | $listener->preQuery($event);
|
300 |
- }
+ | }
|
301 |
- }
+ | }
|
302 |
public function postQuery(Doctrine_Event $event)
@@ -1036,16 +1036,16 @@
| {
|
343 |
- foreach ($this->_listeners as $listener) {
+ | foreach ($this->_listeners as $listener) {
|
344 |
- $listener->postError($event);
+ | $listener->postError($event);
|
345 |
- }
+ | }
|
346 |
- }
+ | }
|
347 |
diff --git a/tests/coverage/Doctrine_EventListener_Exception.html b/tests/coverage/Doctrine_EventListener_Exception.html
new file mode 100644
index 000000000..81ad1f1f8
--- /dev/null
+++ b/tests/coverage/Doctrine_EventListener_Exception.html
@@ -0,0 +1,113 @@
+
+
+ Coverage for Doctrine_EventListener_Exception
+
+
+Coverage for Doctrine_EventListener_ExceptionBack to coverage report
+1 |
+<?php
+ |
+2 |
+/*
+ |
+3 |
+ * $Id: Exception.php 1344 2007-05-12 23:27:16Z zYne $
+ |
+4 |
+ *
+ |
+5 |
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ |
+6 |
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ |
+7 |
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ |
+8 |
+ * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ |
+9 |
+ * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ |
+10 |
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ |
+11 |
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ |
+12 |
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ |
+13 |
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ |
+14 |
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ |
+15 |
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ |
+16 |
+ *
+ |
+17 |
+ * This software consists of voluntary contributions made by many individuals
+ |
+18 |
+ * and is licensed under the LGPL. For more information, see
+ |
+19 |
+ * <http://www.phpdoctrine.com>.
+ |
+20 |
+ */
+ |
+21 |
+
+ |
+22 |
+/**
+ |
+23 |
+ * Doctrine_EventListener_Exception
+ |
+24 |
+ *
+ |
+25 |
+ * @package Doctrine
+ |
+26 |
+ * @subpackage EventListener
+ |
+27 |
+ * @license http://www.opensource.org/licenses/lgpl-license.php LGPL
+ |
+28 |
+ * @link www.phpdoctrine.com
+ |
+29 |
+ * @since 1.0
+ |
+30 |
+ * @version $Revision: 1344 $
+ |
+31 |
+ * @author Konsta Vesterinen <kvesteri@cc.hut.fi>
+ |
+32 |
+ */
+ |
+33 |
+class Doctrine_EventListener_Exception extends Doctrine_Exception
+ |
+34 |
+{ } |
+
\ No newline at end of file
diff --git a/tests/coverage/Doctrine_Hydrate_Array.html b/tests/coverage/Doctrine_Hydrate_Array.html
index baa0e0ee0..eebee8ccb 100644
--- a/tests/coverage/Doctrine_Hydrate_Array.html
+++ b/tests/coverage/Doctrine_Hydrate_Array.html
@@ -217,41 +217,44 @@
| $found = false;
|
70 |
- }
+ | break;
|
71 |
- }
+ | }
|
72 |
- if ($found) {
+ | }
|
73 |
- return $key;
+ | if ($found) {
|
74 |
- }
+ | return $key;
|
75 |
- }
+ | }
|
76 |
- return false;
+ | }
|
77 |
- }
+ | return false;
|
78 |
- public function flush()
+ | }
|
79 |
- {
+ | public function flush()
|
80 |
-
+ | {
|
81 |
- }
+ |
|
82 |
+ }
+ |
+83 |
} |