-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop Codeception 4 support, php < 8.0 and symfony < 5.0
Showing
17 changed files
with
1,181 additions
and
1,525 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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,48 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<files psalm-version="4.12.0@e42bc4a23f67acba28a23bb09c348e2ff38a1d87"> | ||
<file src="src/CodeceptionAdapter.php"> | ||
<MixedArgument occurrences="5"> | ||
<code>$includedFiles</code> | ||
<code>$this->originalConfigContentParsed['bootstrap']</code> | ||
<code>$this->originalConfigContentParsed['bootstrap']</code> | ||
<code>$this->originalConfigContentParsed['coverage'] ?? []</code> | ||
<code>$this->originalConfigContentParsed['paths']['tests'] ?? 'tests'</code> | ||
</MixedArgument> | ||
<MixedAssignment occurrences="1"> | ||
<code>$includedFiles</code> | ||
</MixedAssignment> | ||
<MixedInferredReturnType occurrences="1"> | ||
<code>?string</code> | ||
</MixedInferredReturnType> | ||
<MixedReturnStatement occurrences="1"> | ||
<code>$this->originalConfigContentParsed['bootstrap']</code> | ||
</MixedReturnStatement> | ||
</file> | ||
<files psalm-version="5.15.0@5c774aca4746caf3d239d9c8cadb9f882ca29352"> | ||
<file src="src/CodeceptionAdapterFactory.php"> | ||
<MixedAssignment occurrences="1"> | ||
<code>$codeceptionConfigContentParsed</code> | ||
</MixedAssignment> | ||
<MixedInferredReturnType occurrences="1"> | ||
<code>array<string, mixed></code> | ||
</MixedInferredReturnType> | ||
<MixedReturnStatement occurrences="1"> | ||
<code>$codeceptionConfigContentParsed</code> | ||
</MixedReturnStatement> | ||
<MoreSpecificImplementedParamType occurrences="1"> | ||
<MoreSpecificImplementedParamType> | ||
<code>$sourceDirectories</code> | ||
</MoreSpecificImplementedParamType> | ||
</file> | ||
<file src="src/CommandLineBuilder.php"> | ||
<ForbiddenCode occurrences="1"> | ||
<code>shell_exec('command -v php')</code> | ||
<ForbiddenCode> | ||
<code><![CDATA[shell_exec('command -v php')]]></code> | ||
</ForbiddenCode> | ||
<UndefinedClass occurrences="1"> | ||
<UndefinedClass> | ||
<code>FinderException</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Stringifier.php"> | ||
<UnusedMethodCall occurrences="1"> | ||
<code>allString</code> | ||
</UnusedMethodCall> | ||
</file> | ||
</files> |
This file contains 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 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 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 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 |
---|---|---|
|
@@ -6,4 +6,5 @@ Syntax Errors: 0 | |
Escaped: 1 | ||
Timed Out: 0 | ||
Skipped: 0 | ||
Ignored: 0 | ||
Not Covered: 0 |
813 changes: 232 additions & 581 deletions
813
tests/e2e/Codeception_Basic/tests/_support/_generated/UnitTesterActions.php
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 |
---|---|---|
|
@@ -6,4 +6,5 @@ Syntax Errors: 0 | |
Escaped: 0 | ||
Timed Out: 0 | ||
Skipped: 0 | ||
Ignored: 0 | ||
Not Covered: 0 |