File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed
tests/PhpPowerpoint/Tests/Style Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ filter :
2
+ excluded_paths : [ 'vendor/*', 'tests/*', 'samples/*' ]
3
+
4
+ before_commands :
5
+ - " composer install --prefer-source --dev"
6
+
7
+ tools :
8
+ php_code_sniffer :
9
+ enabled : true
10
+ config :
11
+ standard : PSR2
12
+ php_mess_detector :
13
+ enabled : true
14
+ config :
15
+ ruleset : phpmd.xml.dist
16
+ external_code_coverage :
17
+ enabled : true
18
+ timeout : 900
19
+ php_cpd : true
20
+ # php_sim: # Temporarily disabled to allow focus on things other than duplicates
21
+ # min_mass: 40
22
+ php_pdepend : true
23
+ php_analyzer : true
24
+ sensiolabs_security_checker : true
Original file line number Diff line number Diff line change 16
16
*
17
17
* @coversDefaultClass PhpOffice\PhpPowerpoint\PhpPowerpoint
18
18
*/
19
- class AlignmentTest
20
- extends \PHPUnit_Framework_TestCase
19
+ class AlignmentTest extends \PHPUnit_Framework_TestCase
21
20
{
22
21
/**
23
22
* Test create new instance
You can’t perform that action at this time.
0 commit comments