Browse Source

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

kudos @Ribas160
El RIDO 1 năm trước cách đây
mục cha
commit
2ef562e41e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'
         );