[symfony-devs] Re: Symfony 2 Testing Framework

2009-08-05 Thread Bernhard Schussek
Hi! That sounds like a very interesting issue, although I don't fully understand when it appears. Could you open a new ML thread for this and upload some test file for me that produces this error? That would be very helpful. Bernhard -- Software Architect & Engineer Blog: http://webmozarts.com

[symfony-devs] Re: Symfony 2 Testing Framework

2009-08-04 Thread avorobiev
Hi Bernard! Lime has disappointing problem with charset: 1. Application may be in some charset different from utf-8, like cp1251. But for click() command, and for any other command which compare inputed parameter with part of the page, we must input parameter value in utf-8 charset, because lime a

[symfony-devs] Re: Symfony 2 Testing Framework

2009-08-02 Thread Frank Stelzer
Hi Bernhard, That sounds interesting. See you at the symfony day cologne and i hope we can talk about this topic some minutes :) Frank Am 02.08.2009 um 13:24 schrieb Bernhard Schussek: > Hi Kris, > >> Lime 2.0 looks like a pretty big development effort. Nice work! Can >> you >> share some

[symfony-devs] Re: Symfony 2 Testing Framework

2009-08-02 Thread Frank Stelzer
Hi, Just a small note, because i am currently working on the extension of the sfPhpunitPlugin. The next release will include the whole functional testing support (i extended the lime class and map everything to the PHPUnit test case). You may have a look at the "next" README of this plugin: h

[symfony-devs] Re: Symfony 2 Testing Framework

2009-08-01 Thread weaverryan
I'm with Kris - I just noticed Lime 2 in there the other day, had no idea we were rebuilding Lime. I'm definitely excited to see where it's all going. On Aug 1, 7:04 am, Kris Wallsmith wrote: > Hi Bernhard, > > Lime 2.0 looks like a pretty big development effort. Nice work! Can   > you share som

[symfony-devs] Re: Symfony 2 Testing Framework

2009-08-01 Thread weaverryan
I'm with Kris - I just noticed Lime 2 in there the other day, had no idea we were rebuilding Lime. I'm definitely excited to see where it's all going. On Aug 1, 7:04 am, Kris Wallsmith wrote: > Hi Bernhard, > > Lime 2.0 looks like a pretty big development effort. Nice work! Can   > you share som

[symfony-devs] Re: Symfony 2 Testing Framework

2009-08-01 Thread Kris Wallsmith
Hi Bernhard, Lime 2.0 looks like a pretty big development effort. Nice work! Can you share some of your goals in rewriting lime with the group when you have a moment? I'm sure I'm not the only one curious. Thanks & keep it up, Kris -- Kris Wallsmith | Community Manager kris.wallsm...@symfon

[symfony-devs] Re: Symfony 2 Testing Framework

2009-08-01 Thread Fabien Potencier
Thomas Rabaix wrote: > Looks like the lexer are duplicated with PHP_CodeSniffer ? Am I wrong ? > > Are you trying to build a specific "symfony" environment for continuous > integration ( sismo ...) ? No, Sismo does not depend on Lime or anything else for that matter. Sismo works with what

[symfony-devs] Re: Symfony 2 Testing Framework

2009-07-31 Thread Bernhard Schussek
Hi Thomas, 2009/7/31 Thomas Rabaix : > Looks like the lexer are duplicated with PHP_CodeSniffer ? Am I wrong ? Is it? If so, then not by intention. I just refactored some lexer code from the old lime source code into a class of its own to be able to reuse it. Bernhard -- Software Architect & E

[symfony-devs] Re: Symfony 2 Testing Framework

2009-07-31 Thread Thomas Rabaix
Looks like the lexer are duplicated with PHP_CodeSniffer ? Am I wrong ? Are you trying to build a specific "symfony" environment for continuous integration ( sismo ...) ? On Fri, Jul 31, 2009 at 3:03 PM, Marijn Huizendveld < marijn.huizendv...@gmail.com> wrote: > > Will Lime also be released

[symfony-devs] Re: Symfony 2 Testing Framework

2009-07-31 Thread Marijn Huizendveld
Will Lime also be released as a Symfony Component? Kind regards, Marijn On Jul 31, 2009, at 2:53 PM, Fabien Potencier wrote: > > > weaverryan wrote: >> Hey guys- >> >> Will Symfony 2 continue using Lime or will there be a shift to >> phpunit? I always like to do things the "symfony" way and fo

[symfony-devs] Re: Symfony 2 Testing Framework

2009-07-31 Thread Fabien Potencier
weaverryan wrote: > Hey guys- > > Will Symfony 2 continue using Lime or will there be a shift to > phpunit? I always like to do things the "symfony" way and for our big > project I just want to make sure the Lime way isn't about to change in > the future. Switching to PHPUnit would be too costl