marcofiset / Testify.php

A micro unit testing framework
http://marco-fiset.github.com/Testify.php/
129 stars 27 forks source link

Does it work with Codeigniter or other php framework? #14

Open gutasaputra opened 11 years ago

gutasaputra commented 11 years ago

hey there, i love to use you simple framework. its easy to use and have a simple way to work.

all i need to know is, does testify work in codeigniter? do you have any recommendation web link tutorial for me to make it work?

marcofiset commented 11 years ago

I don't have any experience with Code Igniter, so I can't tell. Actually, you can pretty much test anything that you include the file for it. Feel free to give it a try and let me know!

gutasaputra commented 11 years ago

okay, when i try using it in pure php [php 5 with no framework] its work verry well. i ve so much fun when i play with your testing framework, but it goes to wasted when i try to integrated to others php framework [codeigniter, slim].

fyi, in my country [indonesia], codeigniter is a popular php framework, everyone love to using it. i think its important that you make some special library for CI. your testing unit framework is awesome dude.

take a look at this link, it will show you how frustated ppl integrated your framework with CI, and finally they're going away to find another simple and easy tools.

http://ellislab.com/forums/viewthread/213091/

testify is awesome