| 1 | <?php |
||
| 10 | class NetgenOpenGraphExtensionTest extends TestCase |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var \Netgen\Bundle\OpenGraphBundle\Templating\Twig\Extension\NetgenOpenGraphExtension |
||
| 14 | */ |
||
| 15 | protected $extension; |
||
| 16 | |||
| 17 | public function setUp() |
||
| 21 | |||
| 22 | public function testInstanceOfTwigExtensionInterface() |
||
| 26 | |||
| 27 | public function testGetFunctions() |
||
| 33 | } |
||
| 34 |