Skip to content

Commit

Permalink
turn on e2e in php 8.4-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Oct 11, 2024
1 parent 1530593 commit a9a5f6a
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1276,9 +1276,9 @@ jobs:
- name: E2e testing (skipping at this time for PHP 8.4-dev)
run: |
echo "SKIPPING THIS TEST FOR NOW UNTIL IT STARTS WORKING IN FUTURE FOR PHP 8.4-dev"
# source ci/ciLibrary.source
# build_test_e2e
# if: ${{ success() || failure() }}
source ci/ciLibrary.source
build_test_e2e
if: ${{ success() || failure() }}

- name: Api testing
run: |
Expand Down
8 changes: 4 additions & 4 deletions tests/Tests/E2e/Base/BaseTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
/**
* BaseTrait trait
*
* @package OpenEMR
* @link https://www.open-emr.org
* @author Brady Miller <[email protected]>
* @package OpenEMR
* @link https://www.open-emr.org
* @author Brady Miller <[email protected]>
* @copyright Copyright (c) 2024 Brady Miller <[email protected]>
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
*/

declare(strict_types=1);
Expand Down
8 changes: 4 additions & 4 deletions tests/Tests/E2e/CheckMainMenuLinksTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
/**
* CheckMainMenuLinksTest class
*
* @package OpenEMR
* @link https://www.open-emr.org
* @author Brady Miller <[email protected]>
* @package OpenEMR
* @link https://www.open-emr.org
* @author Brady Miller <[email protected]>
* @copyright Copyright (c) 2024 Brady Miller <[email protected]>
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
*/

declare(strict_types=1);
Expand Down
10 changes: 5 additions & 5 deletions tests/Tests/E2e/CreateStaffTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
/**
* CreateStaffTest class
*
* @package OpenEMR
* @link https://www.open-emr.org
* @auther Bartosz Spyrko-Smietanko
* @author Brady Miller <[email protected]>
* @package OpenEMR
* @link https://www.open-emr.org
* @auther Bartosz Spyrko-Smietanko
* @author Brady Miller <[email protected]>
* @copyright Copyright (c) 2020 Bartosz Spyrko-Smietanko
* @copyright Copyright (c) 2024 Brady Miller <[email protected]>
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
*/

declare(strict_types=1);
Expand Down
12 changes: 6 additions & 6 deletions tests/Tests/E2e/LoginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
/**
* LoginTest class
*
* @package OpenEMR
* @link https://www.open-emr.org
* @auther zerai
* @author Dixon Whitmire
* @author Brady Miller <[email protected]>
* @package OpenEMR
* @link https://www.open-emr.org
* @auther zerai
* @author Dixon Whitmire
* @author Brady Miller <[email protected]>
* @copyright Copyright (c) 2019 zerai
* @copyright Copyright (c) 2020 Dixon Whitmire
* @copyright Copyright (c) 2024 Brady Miller <[email protected]>
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
*/

declare(strict_types=1);
Expand Down
10 changes: 5 additions & 5 deletions tests/Tests/E2e/User/UserAddTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
/**
* UserAddTrait
*
* @package OpenEMR
* @link https://www.open-emr.org
* @auther Bartosz Spyrko-Smietanko
* @author Brady Miller <[email protected]>
* @package OpenEMR
* @link https://www.open-emr.org
* @auther Bartosz Spyrko-Smietanko
* @author Brady Miller <[email protected]>
* @copyright Copyright (c) 2020 Bartosz Spyrko-Smietanko
* @copyright Copyright (c) 2024 Brady Miller <[email protected]>
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
*/

declare(strict_types=1);
Expand Down
8 changes: 4 additions & 4 deletions tests/Tests/E2e/Xpaths/XpathsConstantsPatientAddTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
* THIS class is needed since unable to add constants directly to the PatientAddTrait in PHP 8.1
*
*
* @package OpenEMR
* @link https://www.open-emr.org
* @author Brady Miller <[email protected]>
* @package OpenEMR
* @link https://www.open-emr.org
* @author Brady Miller <[email protected]>
* @copyright Copyright (c) 2024 Brady Miller <[email protected]>
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
*/

declare(strict_types=1);
Expand Down
8 changes: 4 additions & 4 deletions tests/Tests/E2e/Xpaths/XpathsConstantsUserAddTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
* THIS class is needed since unable to add constants directly to the UserAddTrait in PHP 8.1
*
*
* @package OpenEMR
* @link https://www.open-emr.org
* @author Brady Miller <[email protected]>
* @package OpenEMR
* @link https://www.open-emr.org
* @author Brady Miller <[email protected]>
* @copyright Copyright (c) 2024 Brady Miller <[email protected]>
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
*/

declare(strict_types=1);
Expand Down

0 comments on commit a9a5f6a

Please sign in to comment.