Go to Google Groups Home    doctrine-svn
Re: [Doctrine] #1590: [PATCH] Doctrine_Record_Listener options getter/setter to dis-/enable listener at runtime

Doctrine <no-re...@phpdoctrine.org>

#1590: [PATCH] Doctrine_Record_Listener options getter/setter to  dis-/enable
listener at runtime
--------------------------+------------------------------------------------ -
  Reporter:  su           |       Owner:  romanb                  
      Type:  enhancement  |      Status:  new                      
  Priority:  minor        |   Milestone:  Unknown                  
 Component:  Record       |     Version:  1.0.3                    
Resolution:               |    Keywords:  record, listener, runtime
  Has_test:  0            |    Mystatus:  Pending Core Response    
 Has_patch:  1            |  
--------------------------+------------------------------------------------ -
Comment (by jwage):

 Have you applied the patch and ran the test suite to see if it affects
 any?

 You can run them by doing the following:

 {{{
 svn co http://svn.doctrine-project.org/branches/1.0 doctrine
 cd doctrine/tests
 php run.php
 }}}

 Apply the patch and run the tests again to see if you have any new fails.

--
Ticket URL: <http://trac.doctrine-project.org/ticket/1590#comment:1>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper