mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Fix SmiliesTest
Reduce noise because of wrong '<?php' test-data
This commit is contained in:
parent
4bcf5e07c0
commit
32ac54d830
2 changed files with 3 additions and 3 deletions
|
@ -160,7 +160,7 @@ EOF;
|
|||
public function testWrongContent()
|
||||
{
|
||||
$filename = 'addon/testaddon1/static/hooks.config.php';
|
||||
$wrongContent = "<php return 'wrong';";
|
||||
$wrongContent = "<?php return 'wrong';";
|
||||
|
||||
vfsStream::create($this->structure)->at($this->root);
|
||||
|
||||
|
@ -190,7 +190,7 @@ EOF;
|
|||
public function testNoHooksConfig()
|
||||
{
|
||||
$filename = 'addon/testaddon1/static/hooks.config.php';
|
||||
$wrongContent = "<php return 'wrong';";
|
||||
$wrongContent = "<?php return 'wrong';";
|
||||
|
||||
vfsStream::create($this->structure)->at($this->root);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue