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