Explorar o código

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

kudos @Ribas160
El RIDO hai 1 ano
pai
achega
2ef562e41e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/configuration-test-generator

+ 1 - 1
bin/configuration-test-generator

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