mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
make test directory configurable
This commit is contained in:
@ -38,6 +38,7 @@ it('creates an instance and resolves also sub parameters', function () {
|
||||
|
||||
it('can resolve builtin value types', function () {
|
||||
$this->container->add('rootPath', getcwd());
|
||||
$this->container->add('testPath', 'tests');
|
||||
|
||||
$instance = $this->container->get(TestSuite::class);
|
||||
expect($instance)->toBeInstanceOf(TestSuite::class);
|
||||
|
||||
Reference in New Issue
Block a user