mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-07-17 11:37:03 +08:00
* 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
7 lines
124 B
PHP
7 lines
124 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace AspirePress\AspireCloud\Test\Acceptance;
|
|
|
|
return require 'config/container.php';
|