diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-09-21 19:07:49 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2018-09-21 23:21:14 +0200 |
commit | 5da3ed69a69fb2bec41c75cf89099d4b66d08cd3 (patch) | |
tree | 76f511eefb0b33d3657134202d3dfadf34d5a7a2 /tests/classes/autoload_interface.p5c | |
parent | 949becb1660a9633dfdca7098c733976466d7efd (diff) | |
download | php-git-5da3ed69a69fb2bec41c75cf89099d4b66d08cd3.tar.gz |
Rename *.p5c files to *.inc
When including files in PHP tests a good practice so far has been to use
the *.inc extension. This patch renames few *.p5c files that are
included in phpt files.
Diffstat (limited to 'tests/classes/autoload_interface.p5c')
-rw-r--r-- | tests/classes/autoload_interface.p5c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/classes/autoload_interface.p5c b/tests/classes/autoload_interface.p5c deleted file mode 100644 index e6a416e721..0000000000 --- a/tests/classes/autoload_interface.p5c +++ /dev/null @@ -1,7 +0,0 @@ -<?php - -interface autoload_interface { - function testFunction(); -} - -?> |