laravel / browser-kit-testing

Provides backwards compatibility for BrowserKit testing in the latest Laravel release.
MIT License
508 stars 75 forks source link

External URL testing purpose #152

Closed muhsarip closed 3 years ago

muhsarip commented 3 years ago

i've working with multiple app that built from some stack, there are laravel, codeigniter and native php. The apps actually support single mobile apps as a core system. late enhancement make me confusing about the bug show everywhere when one feature added. i just tried at laravel unit testing before, it can not use external url as url in json() method. i just want to ask , is this repository can help testing multiple url, such as api response only?

crynobone commented 3 years ago

Nope, this test library is meant to be used just within Laravel.

muhsarip commented 3 years ago

i see, i should use another trick. thank you