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