File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2022 PHPER Framework Team
2
+ // PHPER is licensed under Mulan PSL v2.
3
+ // You can use this software according to the terms and conditions of the Mulan
4
+ // PSL v2. You may obtain a copy of Mulan PSL v2 at:
5
+ // http://license.coscl.org.cn/MulanPSL2
6
+ // THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
7
+ // KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
8
+ // NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
9
+ // See the Mulan PSL v2 for more details.
10
+
1
11
use phper_test:: { cargo:: CargoBuilder , fpm:: FpmHandle } ;
2
12
use std:: {
3
13
path:: { Path , PathBuf } ,
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2022 PHPER Framework Team
2
+ // PHPER is licensed under Mulan PSL v2.
3
+ // You can use this software according to the terms and conditions of the Mulan
4
+ // PSL v2. You may obtain a copy of Mulan PSL v2 at:
5
+ // http://license.coscl.org.cn/MulanPSL2
6
+ // THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
7
+ // KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
8
+ // NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
9
+ // See the Mulan PSL v2 for more details.
10
+
1
11
mod common;
2
12
3
13
use crate :: common:: { FPM_HANDLE , TESTS_PHP_DIR } ;
You can’t perform that action at this time.
0 commit comments