소스 검색

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'
         );