From 405ba0098301c0cff10696343c6eb741adef9e7b Mon Sep 17 00:00:00 2001 From: jwage Date: Sat, 28 Feb 2009 20:22:12 +0000 Subject: [PATCH] [2.0] Committing missing DoctrineExceptionTest --- .../Doctrine/Tests/Common/DoctrineExceptionTest.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/Doctrine/Tests/Common/DoctrineExceptionTest.php diff --git a/tests/Doctrine/Tests/Common/DoctrineExceptionTest.php b/tests/Doctrine/Tests/Common/DoctrineExceptionTest.php new file mode 100644 index 000000000..dd54fd15c --- /dev/null +++ b/tests/Doctrine/Tests/Common/DoctrineExceptionTest.php @@ -0,0 +1,13 @@ +assertEquals($e->getMessage(), "Testing static call builds error message with params ('param1', 'param2')"); + } +} \ No newline at end of file