mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
13 lines
257 B
PHP
13 lines
257 B
PHP
<?php
|
|
|
|
namespace Flasher\Prime\TestsRenderer;
|
|
|
|
use Flasher\Prime\TestsManager\AbstractManager;
|
|
|
|
/**
|
|
* @method \Flasher\Prime\TestsRenderer\RendererInterface make($name = null, array $context = array())
|
|
*/
|
|
class RendererManager extends AbstractManager
|
|
{
|
|
}
|