-
-
Notifications
You must be signed in to change notification settings - Fork 9
Maintaining php8.4 + remplacing Codeception to PHPUnit #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 31 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
2018c7c
Docker & composer : removing php7.4 and 8.0, which are not maintained…
rayanlevert a4469b5
Docker : adding container for php8.4 #1
rayanlevert ca190b7
composer update + removing ext-json, enabled by default since 8.0 #1
rayanlevert 3d0359c
composer : upgrading Codeception to ^5.0 #1
rayanlevert 9947447
Functional tests : removing the username+password to avoid SMTP Authe…
rayanlevert 8a0c717
PHP : uses constructor property promotion for both classes #1
rayanlevert d4a6c5d
GitHub Actions : added correct PHP & Phalcon versions #1
rayanlevert a6fda80
Removing Psalm, there are too many 'false' errors since the v6 #1
rayanlevert c5216f2
GitHub Actions : upgrading action/cache and checkout to v4 #1
rayanlevert 7b58125
Docker : adding :z flag if selinux is enabled #1
rayanlevert f496237
Message & Manager : adding union type for methods #1
rayanlevert 4094e6b
Merge pull request #3 from rayanlevert/feature/php8.4
rayanlevert 293369f
composer : removed Codeception and installed phpunit v10.5 #2
rayanlevert 4f84c20
tests : reorganized files and directories from Codeception to PHPUnit #2
rayanlevert f168fcc
PHPUnit : adapting all unit tests for ManagerTest #2
rayanlevert 41d9a26
added phpunit.xml conf file #2
rayanlevert f2bab40
tests : remember to add .env before running tests #2
rayanlevert 07d0397
tests : uses methods from Dotenv to assert env variables #2
rayanlevert c830d9c
Message::setFrom() : parameter is now a string not nullable #2
rayanlevert aa9f7ec
tests/MessageTest : adapting all unit tests to PHPUnit #2
rayanlevert 75f8dc8
tests/ManagerSmtpTest : adapting all tests to PHPUnit #2
rayanlevert 97f6241
tests/ManagerSendmailTest : adapting all tests to PHPUnit #2
rayanlevert 4584db5
tests : adding CoversClass PHP attributes #2
rayanlevert 7ac003c
phpunit : added testsuite #2
rayanlevert 3bb347f
Removed codeception.yml and for GitHub Actions #2
rayanlevert 4e9f52c
GitHub Action : fix typography #2
rayanlevert 1aafd5e
renaming both unit test classes Sendmail and Smtp #2
rayanlevert 76dd72b
GitHub Actions : adding xdebug for code coverage #2
rayanlevert 488b697
Merge pull request #4 from rayanlevert/feature/phpunit
rayanlevert 52ea572
.gitattributes : added file to ignore files when imported
rayanlevert bb14196
GitHub Actions : fixing the actions/checkout step not importing all d…
rayanlevert 514771f
GitHub Actions : adding PHP extensions in a environment variable #5
rayanlevert 619d532
Docker : unified one unique Dockerfile taking PHP and Phalcon version…
rayanlevert a313e64
phpunit : using the vendor namespace schema location .xsd file instea…
rayanlevert afe975a
tests : moved 'fixtures' under '_data' directory #5
rayanlevert 029b6e1
Merge pull request #6 from rayanlevert/feature/i5-review-feedbacks
rayanlevert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| /.github export-ignore | ||
| /docker export-ignore | ||
| /tests export-ignore | ||
| /.gitattributes export-ignore | ||
| /.gitignore export-ignore | ||
| /docker-compose.yml export-ignore | ||
| /phpcs.xml.dist export-ignore | ||
| /phpstan.neon.dist export-ignore | ||
| /phpunit.xml.dist export-ignore |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,4 @@ | ||
| composer.phar | ||
| /vendor/ | ||
| .env | ||
|
|
||
| # Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control | ||
| # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file | ||
| # composer.lock | ||
| tests/fixtures/views/mail/*.volt.php | ||
| .phpunit.cache |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.