for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Anax\DI;
/**
* DI factory class creating a set of default services into the DI container.
*/
class DIFactoryTest extends DIFactoryConfig
{
use DIServiceSetBaseTrait;
* Constructor creating a set of services included into this DI container.
public function __construct()
$this->createDefaultServices();
}