4 * This file is part of the Symfony package.
6 * (c) Fabien Potencier <fabien@symfony.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 namespace Symfony\Bridge\Twig\Tests\NodeVisitor
;
14 use Symfony\Bridge\Twig\NodeVisitor\Scope
;
15 use Symfony\Bridge\Twig\Tests\TestCase
;
17 class ScopeTest
extends TestCase
19 public function testScopeInitiation()
23 $this->assertNull($scope->get('test'));