Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Codeception

Full-stack testing framework for PHP. Run browsers tests, framework tests, APIs tests, unit tests with ease!
Collective - Host: opensource - https://opencollective.com/codeception - Website: http://t.co/5iV1drgS - Code: https://github.com/Codeception

use single quotation marks where possible

github.com/Codeception/c3 - 5d1c659c97fb4015bd8cfb35c33ea5af530b7fe1 authored about 1 year ago by Marcel Bolten <[email protected]>
Merge pull request #6715 from Fahl-Design/5.0

Add missing "Attribute::IS_REPEATABLE" to \Codeception\Attribute\Data…

github.com/Codeception/Codeception - 5f89e8617c98ad0715b18f01ad6a7b6ce17efb62 authored about 1 year ago by Gintautas Miselis <[email protected]>
Fix #6714 - use Constraint::toString() in stringifyArgument() when action argument in constraint

Add instanceof Constraint condition in stringifyArgument()

github.com/Codeception/Codeception - daadb4d6d48102c825cd986ac193a804e15582d2 authored about 1 year ago by Joe Theuerkauf <[email protected]>
Encode binary data in test signature (#6708)

github.com/Codeception/Codeception - afb948b5d2d329a91a547f2e3455dd3647520e48 authored about 1 year ago by pongee <[email protected]>
Merge pull request #115 from ThomasLandauer/patch-1

Minor: Newer array syntax in examples

github.com/Codeception/module-webdriver - 82fd79afb294e0e56ba3b2f939a6c5283d372b34 authored about 1 year ago by Gintautas Miselis <[email protected]>
Merge pull request #7 from Codeception/1.x

1.x

github.com/Codeception/lib-web - 4c02cf57c5f2d14bbb9f57ea09b38ceacec15d91 authored about 1 year ago by Gintautas Miselis <[email protected]>
Merge pull request #6 from ThomasLandauer/patch-1

Minor: Newer array syntax in examples

github.com/Codeception/lib-web - e493a227e3afed1fea9ecf75d757a3eeb777c0d1 authored about 1 year ago by Gintautas Miselis <[email protected]>
Minor: Newer array syntax

github.com/Codeception/lib-web - 61013e9347e0f904a4340885a836ef6ddc216a23 authored about 1 year ago by Thomas Landauer <[email protected]>
Minor: Newer array syntax

github.com/Codeception/module-webdriver - 69133e5b31d59a862dec9b49d33db01187202a83 authored about 1 year ago by Thomas Landauer <[email protected]>
Add missing "Attribute::IS_REPEATABLE" to \Codeception\Attribute\DataProvider

- add test case

Signed-off-by: Benjamin Fahl <[email protected]>

github.com/Codeception/Codeception - ff53be6cb32b385e293a598991eecd7d56498bab authored about 1 year ago by Benjamin Fahl <[email protected]>
update actions (#829)

github.com/Codeception/codeception.github.com - 7838f3e4906ca4ce597d276ac598b6c45d0f404f authored about 1 year ago by Ihor Sychevskyi <[email protected]>
revert update actions version (#6713)

github.com/Codeception/Codeception - 7d754d1891316d8c525fdb8a0ad7811c5cb9f955 authored about 1 year ago by Ihor Sychevskyi <[email protected]>
Fix [TypeError] strlen(): Argument #1 ($string) must be of type string, int given (#64)

github.com/Codeception/lib-innerbrowser - ee5d25ee93444845d34dc78a73973016695df421 authored about 1 year ago by Jan Fejtek <[email protected]>
Use FQN in @throws annotation

github.com/Codeception/lib-innerbrowser - 41d535c988f29da579757052f7276c174aa1fa26 authored about 1 year ago by ErickSkrauch <[email protected]>
update actions version (#6712)

github.com/Codeception/Codeception - 0f2713ed764bb39e992800c8693dc56dad23db51 authored about 1 year ago by Ihor Sychevskyi <[email protected]>
Merge pull request #91 from michaelarnauts/multisession-no-session

Fix parallel sessions with `$I->haveFriend()` when no session is active

github.com/Codeception/module-yii2 - d819def01313d1b4f8b3e2127f9ea4171a718346 authored about 1 year ago by Sam <[email protected]>
Check if we actually have a session before accessing useCustomStorage

github.com/Codeception/module-yii2 - 3addfd6c258ad655b87ba38be97ebd89c9f6729e authored about 1 year ago by Michaël Arnauts <[email protected]>
give the errorLogFile a chance to be created

don't use is_writable() as it also checks if the file exists but it is never created anywhere else

github.com/Codeception/c3 - 7c8946704a4e61fb5e1c5395a5ab8c00775e8a89 authored about 1 year ago by Marcel Bolten <[email protected]>
avoid infinite loop

github.com/Codeception/c3 - b31054ab0c2c21b24cd0eb3063b8deb2eaba3e3b authored about 1 year ago by Marcel Bolten <[email protected]>
add max retries to avoid infinite loop

github.com/Codeception/Codeception - e6486abd061e3123f80ffc2f9bdf1c0da21e48b2 authored about 1 year ago by Marcel Bolten <[email protected]>
Various improvements (#171)

* Traits improvements
* Optimize imports

github.com/Codeception/module-symfony - cb1334090161aecc94bdb78c7ea3a52417cd728b authored about 1 year ago by Aaron Nieves <[email protected]>