Since version 5.1 Laravel's VerifyCsrfToken middleware allows to specify routes, that are excluded from CSRF validation. In order to achieve…
Take a look at setUpBeforeClass()
.
For the one time tearDown you should use tearDownAfterClass();
.
Both this methods should be defined in your class as static methods.