nothingworksinc / ticketbeast

Back to the lesson videos:
https://course.testdrivenlaravel.com/lessons
552 stars 11 forks source link

Bug #93

Closed Morpheus-ro closed 6 years ago

Morpheus-ro commented 6 years ago

I think now one did the course until here, hand in hand. In the ViewConcertListTest.php Adam showed the usage on macros but in this test, EditConcertTest.php file there is no macro in the setUp; there is no setUp.

https://github.com/nothingworksinc/ticketbeast/blob/8c6b2cbb248a46db83ebf32de43951acac28ffb7/tests/Feature/Backstage/EditConcertTest.php#L27

adamwathan commented 6 years ago

setUp is inherited from the parent TestCase and will run automatically 👍 Are you having an issue getting this test to run properly?

Morpheus-ro commented 6 years ago

I probably missed the part in where you say that. Thanks for the fast reply :)