One more fix - wrong property name
This commit is contained in:
parent
cf9013403b
commit
a0c2adecdc
|
@ -134,7 +134,7 @@ public function testClassTwoForIoCResolves()
|
|||
public function testClassTwoResolvesClassOneDependency()
|
||||
{
|
||||
$test = IoC::resolve('TestClassTwoForIoC');
|
||||
$this->assertInstanceOf('TestClassOneForIoC', $test->TestClassOneForIoC);
|
||||
$this->assertInstanceOf('TestClassOneForIoC', $test->class_one);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue