From 51a0a912be729b2353edfdfc6bd8ba72348c7747 Mon Sep 17 00:00:00 2001 From: guilhermeblanco Date: Sat, 5 Sep 2009 02:45:12 +0000 Subject: [PATCH] [2.0] Other fixes, removed E_FATAL of duplicate declaration and added test for Boolean type --- .../Tests/Models/Generic/BooleanModel.php | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/Doctrine/Tests/Models/Generic/BooleanModel.php diff --git a/tests/Doctrine/Tests/Models/Generic/BooleanModel.php b/tests/Doctrine/Tests/Models/Generic/BooleanModel.php new file mode 100644 index 000000000..c414a4c1c --- /dev/null +++ b/tests/Doctrine/Tests/Models/Generic/BooleanModel.php @@ -0,0 +1,20 @@ +