Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Commit

Permalink
* lang_php/analyze/checker/unit_checker_php.ml: estet
Browse files Browse the repository at this point in the history
  • Loading branch information
pad committed Sep 16, 2013
1 parent fbf62e1 commit 964c2a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lang_php/analyze/checker/unit_checker_php.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ let unittest =
let p path = Filename.concat Config_pfff.path path in

let test_files = [
p "tests/php/scheck/common.php";
p "tests/php/scheck/builtins.php";
p "tests/php/scheck/common.php";

p "tests/php/scheck/includes.php";
p "tests/php/scheck/variables.php";
p "tests/php/scheck/variables_fp.php";
Expand All @@ -42,10 +43,10 @@ let unittest =
p "tests/php/scheck/endpoint.php";
p "tests/php/scheck/dynamic_bailout.php";
p "tests/php/scheck/edit_distance.php";
p "tests/php/scheck/misc.php";
p "tests/php/scheck/lint.php";
p "tests/php/scheck/format_string.php";
p "tests/php/scheck/ternary_if.php";
p "tests/php/scheck/misc.php";
p "tests/php/scheck/lint.php";
]
in

Expand Down

0 comments on commit 964c2a8

Please sign in to comment.