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:
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
in there see 3 folders, src
, tests
amongst them.
Comments
Post a Comment