示例#1
0
 public function testGet()
 {
     $this->_prepareObjectManagerForGetCreateTests(false);
     $actualObject = $this->_objectManager->get(self::CLASS_NAME, $this->_arguments);
     $this->assertEquals(self::OBJECT_GET, $actualObject);
 }