File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# PHP Variable Exporter #
2
2
3
- PHPEncoder is a PHP library for exporting variables into PHP code similar to the
3
+ * PHPEncoder* is a PHP library for exporting variables into PHP code similar to the
4
4
built in function ` var_export() ` . Compared to the built in function, this
5
5
library provides a more customizable alternative that makes it easier to
6
6
dynamically create configuration files and cache files in the format you desire.
Original file line number Diff line number Diff line change 1
1
source :
2
2
- src
3
-
3
+
4
4
destination : api
5
5
charset :
6
6
- UTF-8
7
-
8
- main : Riimu\Kit\PHPEncoder
9
- title : PHPEncoder
7
+
8
+ main : Riimu\Kit\CSRF
9
+ title : CSRF
10
10
php : false
11
+ tree : true
Original file line number Diff line number Diff line change 6
6
</testsuite >
7
7
</testsuites >
8
8
<filter >
9
- <whitelist addUncoveredFilesFromWhitelist =" true" >
9
+ <whitelist processUncoveredFilesFromWhitelist =" true" >
10
10
<directory suffix =" .php" >src/</directory >
11
+ <exclude >
12
+ <file >src/autoload.php</file >
13
+ </exclude >
11
14
</whitelist >
12
15
</filter >
13
16
</phpunit >
You can’t perform that action at this time.
0 commit comments