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.
Программирование Highload PHP, Laravel, Backend, MySQL, Docker
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.