You are here

public function PotxTestCase::testDrupal8PermissionsYml in Translation template extractor 7.2

Same name and namespace in other branches
  1. 6.3 tests/potx.test \PotxTestCase::testDrupal8PermissionsYml()
  2. 7.3 tests/potx.test \PotxTestCase::testDrupal8PermissionsYml()

Test parsing of Drupal 8 permissions files.

File

tests/potx.test, line 364
Tests to ensure that the template extractor works as intended.

Class

PotxTestCase
@file Tests to ensure that the template extractor works as intended.

Code

public function testDrupal8PermissionsYml() {
  $this
    ->parseFile(drupal_get_path('module', 'potx') . '/tests/potx_test_8.permissions.yml', POTX_API_8);
  $this
    ->assertMsgID('Title potx_test_8_a');
  $this
    ->assertMsgID('Description: potx_test_8_a');
  $this
    ->assertMsgID('Title potx_test_8_b');
}