vion/test-case

1.1.6.2 2022-11-29 09:27 UTC

README

Install

composer require vion/test-case

Basic Usage

Create a file .env.testing and add params:

VION_USERNAME_TEST=admin@test.ru
VION_PASSWORD_TEST=password
VION_OAUTH_CLIENT_ID=3

Inherit TestCase in your test file and use trait CreatesApplication;