Skip to content

Commit

Permalink
change name for a test function
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Apr 26, 2019
1 parent c603f85 commit 404813c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cases/func.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

function test()
function include_function()
{
$file = 'test.php';
include_once '/var/www/html/' . $file;
Expand Down

0 comments on commit 404813c

Please sign in to comment.