Skip to content

Commit a714143

Browse files
authored
Merge pull request #11 from humhub/php-fixer/2025-01-17-075858
PHP CS Fixer 2025-01-17-075858
2 parents f283538 + 3667646 commit a714143

File tree

16 files changed

+16
-0
lines changed

16 files changed

+16
-0
lines changed

tests/codeception/_bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @link https://www.humhub.org/
45
* @copyright Copyright (c) 2021 HumHub GmbH & Co. KG

tests/codeception/_support/AcceptanceTester.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @link https://www.humhub.org/
45
* @copyright Copyright (c) 2021 HumHub GmbH & Co. KG

tests/codeception/_support/FunctionalTester.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @link https://www.humhub.org/
45
* @copyright Copyright (c) 2021 HumHub GmbH & Co. KG

tests/codeception/_support/UnitTester.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @link https://www.humhub.org/
45
* @copyright Copyright (c) 2021 HumHub GmbH & Co. KG

tests/codeception/acceptance/_bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
45
* in @tests/config/functional.php

tests/codeception/fixtures/ExamFixture.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @link https://www.humhub.org/
45
* @copyright Copyright (c) 2021 HumHub GmbH & Co. KG

tests/codeception/fixtures/ExamReadFixture.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @link https://www.humhub.org/
45
* @copyright Copyright (c) 2021 HumHub GmbH & Co. KG

tests/codeception/fixtures/data/exam.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @link https://www.humhub.org/
45
* @copyright Copyright (c) 2021 HumHub GmbH & Co. KG

tests/codeception/fixtures/data/exam_read.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @link https://www.humhub.org/
45
* @copyright Copyright (c) 2021 HumHub GmbH & Co. KG

tests/codeception/functional/IndexPageCest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @link https://www.humhub.org/
45
* @copyright Copyright (c) 2021 HumHub GmbH & Co. KG

0 commit comments

Comments
 (0)