mirror of
https://github.com/flarum/core.git
synced 2025-08-07 08:56:38 +02:00
Merge pull request #1743 from flarum/fl/test-structure
Improve test suite structure
This commit is contained in:
@@ -42,6 +42,11 @@ class InstalledApp implements AppInterface
|
||||
$this->config = $config;
|
||||
}
|
||||
|
||||
public function getContainer()
|
||||
{
|
||||
return $this->container;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \Psr\Http\Server\RequestHandlerInterface
|
||||
*/
|
||||
|
@@ -72,7 +72,7 @@ class InstalledSite implements SiteInterface
|
||||
/**
|
||||
* Create and boot a Flarum application instance.
|
||||
*
|
||||
* @return AppInterface
|
||||
* @return InstalledApp
|
||||
*/
|
||||
public function bootApp(): AppInterface
|
||||
{
|
||||
|
Reference in New Issue
Block a user