php - Laravel 5.5 package phpunit tests can't change namespace -


it's taken bit of troubleshooting figure out what's going on. given what's happening, feel might case of "you're doing wrong."

i'm developing package laravel 5.5. pull package application , run units tests. put methods , properties in testcase.php (the base class) reduce redundancy. change namespace minimize chance of conflicts. when that, world explodes. when enter $ phpunit or vendor/bin/phpunit terminal looks it's something, goes clean command prompt $.

having said that, if put namespace tests\* right world.

what expected way test package?

let me know what, if anything, more helpful in describing issue.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -