Home
last modified time | relevance | path

Searched refs:actualInstance (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/php/tests/
H A DWrapperTypeSettersTest.php210 $actualInstance = new $class([$wrapperField => $value]); variable
212 $this->assertEquals($expectedInstance->$getter()->getValue(), $actualInstance->$getter()->getValue());
235 $actualInstance = new TestWrapperSetters([$wrapperField => $value]); variable
236 foreach ($actualInstance->$getter() as $key => $actualWrapperValue) {
276 $actualInstance = new TestWrapperSetters([$wrapperField => $value]); variable
277 foreach ($actualInstance->$getter() as $key => $actualWrapperValue) {

Completed in 2 milliseconds