diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index d97cfee..29859cb 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,8 @@ ], "files": [ "tests/_fixture/file_with_multiple_code_units.php", - "tests/_fixture/function.php" + "tests/_fixture/function.php", + "tests/_fixture/issue_9.php" ] }, "extra": { |