File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
tests/units/PHP/CodeFormatter/Decorators Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 22
33namespace PHP \CodeFormatter \Decorators ;
44
5- require_once 'PHPUnit\ Framework\ TestCase.php ' ;
6- require_once 'src\ PHP\ CodeFormatter\ Decorators\ DecoratorInterface.php ' ;
7- require_once 'src\ PHP\ CodeFormatter\ Decorators\ NewLine.php ' ;
8- require_once 'src\ PHP\ CodeFormatter\ Decorators\ NewLineAfter.php ' ;
5+ require_once 'PHPUnit/ Framework/ TestCase.php ' ;
6+ require_once '../../ src/ PHP/ CodeFormatter/ Decorators/ DecoratorInterface.php ' ;
7+ require_once '../../ src/ PHP/ CodeFormatter/ Decorators/ NewLine.php ' ;
8+ require_once '../../ src/ PHP/ CodeFormatter/ Decorators/ NewLineAfter.php ' ;
99
1010/**
1111 * NewLineBefore test case.
Original file line number Diff line number Diff line change 22
33namespace PHP \CodeFormatter \Decorators ;
44
5- require_once 'PHPUnit\ Framework\ TestCase.php ' ;
6- require_once 'src\ PHP\ CodeFormatter\ Decorators\ DecoratorInterface.php ' ;
7- require_once 'src\ PHP\ CodeFormatter\ Decorators\ NewLine.php ' ;
8- require_once 'src\ PHP\ CodeFormatter\ Decorators\ NewLineBefore.php ' ;
5+ require_once 'PHPUnit/ Framework/ TestCase.php ' ;
6+ require_once '../../ src/ PHP/ CodeFormatter/ Decorators/ DecoratorInterface.php ' ;
7+ require_once '../../ src/ PHP/ CodeFormatter/ Decorators/ NewLine.php ' ;
8+ require_once '../../ src/ PHP/ CodeFormatter/ Decorators/ NewLineBefore.php ' ;
99
1010
1111/**
Original file line number Diff line number Diff line change 22
33namespace PHP \CodeFormatter \Decorators ;
44
5- require_once 'PHPUnit\ Framework\ TestCase.php ' ;
6- require_once 'src\ PHP\ CodeFormatter\ Decorators\ DecoratorInterface.php ' ;
7- require_once 'src\ PHP\ CodeFormatter\ Decorators\ NewLine.php ' ;
5+ require_once 'PHPUnit/ Framework/ TestCase.php ' ;
6+ require_once '../../ src/ PHP/ CodeFormatter/ Decorators/ DecoratorInterface.php ' ;
7+ require_once '../../ src/ PHP/ CodeFormatter/ Decorators/ NewLine.php ' ;
88
99/**
1010 * NewLineBefore test case.
You can’t perform that action at this time.
0 commit comments