Example #1
0
 /**
  * @test
  */
 public function can_get_full_variable_success()
 {
     $mock = new PAGI\Client\Impl\MockedClientImpl($this->_properties);
     $mock->onGetFullVariable(true, 'value');
     $this->assertEquals($mock->getFullVariable('whatever'), 'value');
 }