[symfony-users] Re: PHPUnit with symfony1.4 and Hudson fails with Propel PDO

2010-07-22 Thread Dennis
I had a version that worked before,2 days ago. I went back to it and it still worked, thank goodness. I kept the new, not working version. I slowly integrated the old into the new and the new started working. I could not tell which line did it, dang! I went back and forth between versions as soon

[symfony-users] Re: PHPUnit with symfony1.4 and Hudson fails with Propel PDO

2010-07-21 Thread Dennis
Where are these PHP unit test configuration settings? I'm having some major problems with Doctrine/symofny and PHPUnit. I set up a fixture file,load it, run a test. tear down the database, reload the database. Start the new test, run it, and just before the doctrine connection- commit, the

[symfony-users] Re: PHPUnit with symfony1.4 and Hudson fails with Propel PDO

2010-07-01 Thread Robert Schoenthal
solved it by disabling processIsolation of phpunit, it seems backupGlobals and processIsolation dont fit well together... On Jul 1, 11:04 am, Robert Schoenthal seros...@googlemail.com wrote: He Folks, dont know if anyone can help me here. i used the sfPhpUnit2Plugin for integrating phpunit