X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Flanguage%2Fsrc%2FTests%2FEntityTypeWithoutLanguageFormTest.php;fp=web%2Fcore%2Fmodules%2Flanguage%2Fsrc%2FTests%2FEntityTypeWithoutLanguageFormTest.php;h=0000000000000000000000000000000000000000;hp=97ccf2fd8cf220e7b5f74fbb1fcf128e75b14d61;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/language/src/Tests/EntityTypeWithoutLanguageFormTest.php b/web/core/modules/language/src/Tests/EntityTypeWithoutLanguageFormTest.php deleted file mode 100644 index 97ccf2fd8..000000000 --- a/web/core/modules/language/src/Tests/EntityTypeWithoutLanguageFormTest.php +++ /dev/null @@ -1,50 +0,0 @@ -drupalCreateUser([ - 'administer languages', - ]); - $this->drupalLogin($admin_user); - } - - /** - * Tests configuration options with an entity without language definition. - */ - public function testEmptyLangcode() { - // Assert that we can not enable language select from - // content language settings page. - $this->drupalGet('admin/config/regional/content-language'); - $this->assertNoField('entity_types[no_language_entity_test]'); - } - -}