php - laravel4 where can I find the testcases? -


i looking @ github laravel4 source code. didn't find tests framework code! laravel not open source project? how can commit patch without testing it?

so question is: find tests laravel framework?

what looking @ is:

https://github.com/laravel/laravel

that framework bootstrap provide can clone project down , start using laravel predefined structure , files. in there, not see core laravel code @ because laravel comes composer package , loaded after running composer commands.

the framework code in project titled laravel framework (kernel) resides at

https://github.com/laravel/framework.

in there see 3 folders, src , tests amongst them.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -