Vous êtes connecté en tant que anonymous Se Deconnecter
render('ext-test.twig'); $expect = <<Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Suspendisse finibus fermentum massa ut tempus. Sed in pulvinar dolor.

  • peace
  • sakura
  • Iron Man
HTML; $this->assertHtmlFormatEquals($expect, $html); GlobalContainer::removeExtension('stub'); } /** * Method to test getExtension(). * * @return void * * @covers \Windwalker\Renderer\Twig\GlobalContainer::getExtension * @TODO Implement testGetExtension(). */ public function testGetExtension() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * Method to test removeExtension(). * * @return void * * @covers \Windwalker\Renderer\Twig\GlobalContainer::removeExtension * @TODO Implement testRemoveExtension(). */ public function testRemoveExtension() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * Method to test getExtensions(). * * @return void * * @covers \Windwalker\Renderer\Twig\GlobalContainer::getExtensions * @TODO Implement testGetExtensions(). */ public function testGetExtensions() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * Method to test setExtensions(). * * @return void * * @covers \Windwalker\Renderer\Twig\GlobalContainer::setExtensions * @TODO Implement testSetExtensions(). */ public function testSetExtensions() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * Method to test addGlobal(). * * @return void * * @covers \Windwalker\Renderer\Twig\GlobalContainer::addGlobal * @TODO Implement testAddGlobal(). */ public function testAddGlobal() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * Method to test getGlobal(). * * @return void * * @covers \Windwalker\Renderer\Twig\GlobalContainer::getGlobal * @TODO Implement testGetGlobal(). */ public function testGetGlobal() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * Method to test removeGlobal(). * * @return void * * @covers \Windwalker\Renderer\Twig\GlobalContainer::removeGlobal * @TODO Implement testRemoveGlobal(). */ public function testRemoveGlobal() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * Method to test getGlobals(). * * @return void * * @covers \Windwalker\Renderer\Twig\GlobalContainer::getGlobals * @TODO Implement testGetGlobals(). */ public function testGetGlobals() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * Method to test setGlobals(). * * @return void * * @covers \Windwalker\Renderer\Twig\GlobalContainer::setGlobals * @TODO Implement testSetGlobals(). */ public function testSetGlobals() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }