Look at the snippet below - command generates the test. What does the class extend? What's behind XXXXXX?
php artisan make:test UserTest
class UserTest extends XXXXXX
{
// ...
Look at the snippet below - command generates the test. What does the class extend? What's behind XXXXXX?
php artisan make:test UserTest
class UserTest extends XXXXXX
{
// ...
© 2017 QuizBucket.org