From b53fffe25287e9135494ae8247ef5a096b5622fc Mon Sep 17 00:00:00 2001
From: Benjamin Eberlei <kontakt@beberlei.de>
Date: Thu, 14 Mar 2013 21:18:54 +0100
Subject: [PATCH] Fix YAML EntityListener definition in tests

---
 .../Mapping/yaml/Doctrine.Tests.Models.CMS.CmsAddress.dcm.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.Models.CMS.CmsAddress.dcm.yml b/tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.Models.CMS.CmsAddress.dcm.yml
index da2afca75..712f089da 100644
--- a/tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.Models.CMS.CmsAddress.dcm.yml
+++ b/tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.Models.CMS.CmsAddress.dcm.yml
@@ -2,7 +2,7 @@ Doctrine\Tests\Models\CMS\CmsAddress:
   type: entity
   table: cms_address
   entityListeners:
-    CmsAddressListener:
+    CmsAddressListener: ~
   namedNativeQueries:
     find-all:
       resultSetMapping: mapping-find-all
@@ -61,4 +61,4 @@ Doctrine\Tests\Models\CMS\CmsAddress:
       targetEntity: CmsUser
       inversedBy: address
       joinColumn:
-        referencedColumnName: id
\ No newline at end of file
+        referencedColumnName: id