Skip to content

Commit 7742838

Browse files
committed
Add test
1 parent 8eb8df4 commit 7742838

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

tests/integration/tests/integration.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ fn test_cli() {
2929
"integration",
3030
),
3131
&[
32+
&tests_php_dir.join("phpinfo.php"),
3233
&tests_php_dir.join("arguments.php"),
3334
&tests_php_dir.join("arrays.php"),
3435
&tests_php_dir.join("classes.php"),
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
// Copyright (c) 2022 PHPER Framework Team
4+
// PHPER is licensed under Mulan PSL v2.
5+
// You can use this software according to the terms and conditions of the Mulan
6+
// PSL v2. You may obtain a copy of Mulan PSL v2 at:
7+
// http://license.coscl.org.cn/MulanPSL2
8+
// THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
9+
// KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
10+
// NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
11+
// See the Mulan PSL v2 for more details.
12+
13+
phpinfo();

0 commit comments

Comments
 (0)