<?php
namespace spiral\framework\di\construction;
use spiral\framework\di\TestCase;
/**
* Test file for service construction strategy
*
* @author Alexis Métaireau 01 oct. 2009
* @copyright Alexis Metaireau 2009
* @license GNU/GPL V3. Please see the COPYING FILE.
*/
class ServiceReferenceMethodConstructionStrategyTest extends TestCase
{
public function testBuildServiceWithConstructor()
{
}
}
?>