dannykopping / spore

ReSTful extensions for Slim
29 stars 2 forks source link

Unit Tests #18

Open zenkimoto opened 11 years ago

zenkimoto commented 11 years ago

Hey Danny!

Since we were talking about unit tests, I decided to create a new issue instead so we can discuss it here. I didn't commit my unit tests because I use CURL which would require an active HTTP server. That's not ideal for unit tests. As I said earlier, I just threw them together to test my changes. Do you have any thoughts on approaching unit tests?

twoixter commented 9 years ago

Hi! @zenkimoto / @dannykopping I don't know the status of the project, 2 years is a long time. But in case you're still interested I implemented unit test in Slim projects without going through an external active server, just simple calls to Slim object – even for PUT / DELETE. Let me know and I'll fork and do a pull request adding the basic blocks.

dannykopping commented 9 years ago

Hey @twoixter - yeah, this project is not being actively developed anymore. Symfony2 has a lot of the same features, so I think you're better off using that. Thanks though!