mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-18 17:09:31 +00:00
Applied rector to test files
This commit is contained in:
parent
7ee01d9a05
commit
98dc553938
46 changed files with 42 additions and 102 deletions
|
|
@ -31,7 +31,7 @@ class TwigCoreExtensionTest extends WebTestCase
|
|||
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp(); // TODO: Change the autogenerated stub
|
||||
// TODO: Change the autogenerated stub
|
||||
|
||||
//Get an service instance.
|
||||
self::bootKernel();
|
||||
|
|
@ -52,8 +52,8 @@ class TwigCoreExtensionTest extends WebTestCase
|
|||
$obj = new class {
|
||||
public $test = 1;
|
||||
protected $test2 = 3;
|
||||
private $test3 = 5;
|
||||
private $test4 = 7;
|
||||
private int $test3 = 5;
|
||||
private int $test4 = 7;
|
||||
|
||||
public function getTest4(): int
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue