One more fix - wrong property name
This commit is contained in:
@@ -134,7 +134,7 @@ class IoCTest extends PHPUnit_Framework_TestCase {
|
||||
public function testClassTwoResolvesClassOneDependency()
|
||||
{
|
||||
$test = IoC::resolve('TestClassTwoForIoC');
|
||||
$this->assertInstanceOf('TestClassOneForIoC', $test->TestClassOneForIoC);
|
||||
$this->assertInstanceOf('TestClassOneForIoC', $test->class_one);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user