예제 #1
0
파일: Test_Mock.php 프로젝트: d4rkstar/pagi
 /**
  * @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');
 }