mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-09 06:52:34 -04:00
replaced the term "paste" with the more generic "document"
kudos @Ribas160
This commit is contained in:
parent
09ba23ae22
commit
2ef562e41e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue