Преглед на файлове

replaced the term "paste" with the more generic "document"

kudos @Ribas160
El RIDO преди 1 година
родител
ревизия
2ef562e41e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      bin/configuration-test-generator

+ 1 - 1
bin/configuration-test-generator

@@ -575,7 +575,7 @@ EOT;
                 $code .= <<<'EOT'
 
         $this->assertMatchesRegularExpression(
-            '#<div[^>]*id="status"[^>]*>.*Paste was properly deleted[^<]*(<button|<\/div>)#s',
+            '#<div[^>]*id="status"[^>]*>.*Document was properly deleted[^<]*(<button|<\/div>)#s',
             $content,
             'outputs deleted status correctly'
         );