forked from friendica/friendica-addons
test-files for PHP-CS
This commit is contained in:
parent
b852a61611
commit
622ec88fe3
5
blockbot/test.php
Normal file
5
blockbot/test.php
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
function a_failed_one ( ) {
|
||||||
|
echo "blubb";
|
||||||
|
}
|
5
blockem/test.php
Normal file
5
blockem/test.php
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
function a_failed_one ( ) {
|
||||||
|
echo "blubb";
|
||||||
|
}
|
Loading…
Reference in a new issue