Re: [nyphp-talk] Talk Proposal: Unit Testing

2010-11-24 Thread Chuck Reeves
I just demonstrated with code: https://github.com/manchuck/LIPHP I added each test one by one and showed them fail then showed the code to make it work. Its a pretty good demo showing a more practical approach. Thank You Chuck Reeves On Wed, Nov 24, 2010 a

Re: [nyphp-talk] Talk Proposal: Unit Testing

2010-11-24 Thread Bulat Shakirzyanov
Thanks Chuck, I concentrate on Unit Testing and specifically - isolation and dependency injection. Your tests are mixed - integration and unit, since they execute db queries and not just test the query generation and are tightly couple with a db backend, since I can't use a mock connection, as its

Re: [nyphp-talk] Talk Proposal: Unit Testing

2010-11-24 Thread Bulat Shakirzyanov
Point me to your slides, or a transcript, so I could familiarize myself Thanks! On Wed, Nov 24, 2010 at 10:01 AM, Chuck Reeves wrote: > I did a Unit testing talk with LIPHP back in September. Ping me back if > you want to share points > > Thank You > Chuck Reeves > > > > > On Wed, Nov 24, 2010

Re: [nyphp-talk] Talk Proposal: Unit Testing

2010-11-24 Thread Justin Dearing
Bulat, I'd like to hear a unit test talk. Justin On Wed, Nov 24, 2010 at 10:01 AM, Chuck Reeves wrote: > I did a Unit testing talk with LIPHP back in September. Ping me back if > you want to share points > > Thank You > Chuck Reeves > > > > > On Wed, Nov 24, 2010 at 9:39 AM, Bulat Shakirzya

Re: [nyphp-talk] Talk Proposal: Unit Testing

2010-11-24 Thread Chuck Reeves
I did a Unit testing talk with LIPHP back in September. Ping me back if you want to share points Thank You Chuck Reeves On Wed, Nov 24, 2010 at 9:39 AM, Bulat Shakirzyanov wrote: > Hi fellow PHP'ers! > > Yesterday I attended my very first NYC PHP UG meetup > dedicated to the past ZendCon. I

[nyphp-talk] Talk Proposal: Unit Testing

2010-11-24 Thread Bulat Shakirzyanov
Hi fellow PHP'ers! Yesterday I attended my very first NYC PHP UG meetup dedicated to the past ZendCon. I found it very interesting and could contribute to discussion a lot, since I've been there this year. It's a pity I didn't have a chance to meet Hans Zaunere as I wanted to propose a talk for o