示例#1
0
 /**
  * Test reset method intercept with reset custom value in manifest.
  */
 public function testUseDefaultValue()
 {
     $manifest = new MethodManifest();
     $manifest->setValue();
     $this->assertFalse($manifest->hasValue());
     $this->assertNull($manifest->getValue([], null));
 }