Esempio n. 1
0
 public function testGetValueAsGotoToken()
 {
     $scope = new Scope(['something' => 'foo', 'bar' => '$something']);
     $this->assertSame('foo', $scope->getValue('bar'));
 }