File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function testLanguageInfoAdd()
36
36
public function testLanguageAddWithTranslations ()
37
37
{
38
38
$ info_yml = Path::join ($ this ->webroot (), 'modules/unish/devel/devel.info.yml ' );
39
- if (strpos (file_get_contents ($ info_yml ), 'project: ' ) === false ) {
39
+ if (strpos (file_get_contents ($ info_yml ), 'project: ' ) === false || $ this -> isWindows () ) {
40
40
$ this ->markTestSkipped ('Devel dev snapshot detected. Incompatible with translation import. ' );
41
41
}
42
42
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class PmEnLocaleImportCase extends CommandUnishTestCase
17
17
public function testBatchImportTranslations ()
18
18
{
19
19
$ info_yml = Path::join ($ this ->webroot (), 'modules/unish/devel/devel.info.yml ' );
20
- if (strpos (file_get_contents ($ info_yml ), 'project: ' ) === false ) {
20
+ if (strpos (file_get_contents ($ info_yml ), 'project: ' ) === false || $ this -> isWindows () ) {
21
21
$ this ->markTestSkipped ('Devel dev snapshot detected. Incompatible with translation import. ' );
22
22
}
23
23
You can’t perform that action at this time.
0 commit comments