function PoStreamWriterTest::testGetUriException

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php \Drupal\Tests\Component\Gettext\PoStreamWriterTest::testGetUriException()
  2. 10 core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php \Drupal\Tests\Component\Gettext\PoStreamWriterTest::testGetUriException()
  3. 11.x core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php \Drupal\Tests\Component\Gettext\PoStreamWriterTest::testGetUriException()

@covers ::getURI

File

core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php, line 54

Class

PoStreamWriterTest
@coversDefaultClass <a href="/api/drupal/core%21lib%21Drupal%21Component%21Gettext%21PoStreamWriter.php/class/PoStreamWriter/9" title="Defines a Gettext PO stream writer." class="local">\Drupal\Component\Gettext\PoStreamWriter</a> @group Gettext

Namespace

Drupal\Tests\Component\Gettext

Code

public function testGetUriException() {
    $this->expectException(\Exception::class, 'No URI set.');
    $this->poWriter
        ->getURI();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.