AspireCloud/tests/acceptance/container.php
Sarah Savage ea08a6024b Adding baseline, fixing some missing test paths
* Adding a baseline for PHPStan so the checks will pass even though
we have not implemented some logic yet
* Updated some of the tests and configuration that was left behind
in the old namespacing
2024-10-10 08:01:25 -04:00

7 lines
124 B
PHP

<?php
declare(strict_types=1);
namespace AspirePress\AspireCloud\Test\Acceptance;
return require 'config/container.php';