Ecosyste.ms: OpenCollective

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

github.com/Codeception/base

Base Codeception distribution with minimal set of dependencies (excluding WebDriver and Guzzle)
https://github.com/Codeception/base

prepareing 2.3.9 release

df53dd7b8369897ecafaabec6ff9257607026fc8 authored almost 7 years ago
Merge branch '2.3' of github.com:Codeception/Codeception into 2.3

f7147687fa32b6c0b19736ea98e48d1b9e6c0f74 authored almost 7 years ago
Make clean resursive (#4753)

* Make clean resursive (Codeception/Codeception #4685)

* Correct formatting

6ebdb87607e64b70d2a5f92c2b23fbe1ce206bb9 authored almost 7 years ago
typo in service name (#4596)

use "codecept" above

#3745

a16a3dbb5a96cc86f59b76c0b3a9aefb1f9122e9 authored almost 7 years ago
Support behat/gherkin 4.5 (#4830)

1cd7980d6ce044ec38da2040912f186cbfc244a0 authored almost 7 years ago
Merge branch '2.3' of github.com:Codeception/Codeception into 2.3

db618ff2c35191e7ba0cc26d00f3030c5c71069d authored almost 7 years ago
Adding support for custom formatting of argument output (#3408) (#4743)

* Adds support for custom formatting of argument output (#3408)

* Tweaks for PSR-2 (new line ...

aeddb0cde61d2f83e3a2fc51a075d13f36aad365 authored almost 7 years ago
Add clear field method (#4741)

* Add clear field method

* clearField + fillField documentation

I add the clearField docum...

ab6bf10fa2029246b144886c8549063b1f13a7a1 authored almost 7 years ago
call after hook for Cest after every test (PASSED or FAILED) (#4813)

* call after hook for Cest after every test (PASSED or FAILED)

* call after in finally block ...

7c2776db2ad7d57778d03183ff4b844958b8c959 authored almost 7 years ago
Merge branch '2.3' of github.com:Codeception/Codeception into 2.3

e6bd93af404d225050da81b396e8d58e37213f4a authored almost 7 years ago
Phpunit wrapper (#4817)

* changed build process for phar

* Switched to use phpunit-wrapper

* loading shim

* fix...

0532baa45d74447d9add97b9c4fe7efa18303860 authored almost 7 years ago
Fix comments (#4823)

- Add a space after start of a comment line
- remove characters before start of a comment

bd198f436ba69019d0493fdc053e11c2870ff4e3 authored almost 7 years ago
Add `make` method to DataFactory (#4824)

- add `make` method that will return an instance without creating a record in the DB.
- add mis...

e19231aaf26a0c66702df4ffc7b8d0e6c8f7641a authored almost 7 years ago
Fixes #4818 (#4815)

e3eba4c2bc1bec26c5270a0c780f95ab7ab4ea00 authored almost 7 years ago
Merge branch '2.3' of github.com:Codeception/Codeception into 2.3

04a5d3f3141d4b3378ed790491f31512babc50d0 authored almost 7 years ago
Fix REST module formatFilesArray function (#4789)

1c561732f7379a80882cc587ea9e90a81948a683 authored almost 7 years ago
PHPUnit 7 support (#4799)

* changed build process for phar

* added phpunit7 support

* Appveyor.yml to specify php 7....

f601519d6c82960275b161f580dc351145003d59 authored almost 7 years ago
add missing / to relative url from config (#4796)

6a8af46ba132044fae4e26444484bf91f2aa2e10 authored almost 7 years ago
Changing "much" to "many" in 05-UnitTests.md doc (#4802)

It seems to be about assertions, which are countable.

54583be0fbcda037aea254850405f543a97de5de authored almost 7 years ago
Merge branch '2.3' of github.com:Codeception/Codeception into 2.3

77fa75d738eb149c2b00008f77bdedb967d93a5d authored about 7 years ago
Fixed #4675 - HTML Report marks tests as succeeded (#4676)

* Fixed #4675

* Remove whitespace

bd6ad8af1fa7cd12684f0287374b9fe71a8c958a authored about 7 years ago
2.3 - fix class not found error in Facebook Module (#4790)

* 2.3 - fix class not found error in Facebook Module

* 2.3.fatal.error

e2843ec563f34b77ec7d96f8f45677f575ea9214 authored about 7 years ago
changed build process for phar

e1f195259933e1f61c4d5dfb935c3ca06c358397 authored about 7 years ago
deprecated Facebook module

43eade17a8cd68e9cde401e8585b09d11d41b12d authored about 7 years ago
Merge pull request #4788 from Codeception/DavertMik-patch-1

Updates to readme

89a402bab19e8d69644109dac33187205172b3fd authored about 7 years ago
Merge pull request #4787 from Codeception/pre-2.3.8-release

Pre 2.3.8 release

0ca98701ae328a2f2a7d09e7c6068f6a906a9c19 authored about 7 years ago
Added link to http://codeception.com/credits

95ab1abef39016e4fd6c32ab28ad1f076f5a3e6b authored about 7 years ago
Updates to readme

00574b416b9a16d4294748316f2d9f634efbe69a authored about 7 years ago
* [WebDriver] Added `executeAsyncJS` action to run asynchronous scripts.

* [WebDriver] Added second parameter to `executeJS` to pass additional arguments into JavaScript ...

e30a2b6b3c8f1c9252d934b92def52fb7e8743e2 authored about 7 years ago
Fixed running single test when a custom suite path is configured (For instance, in single-suite setups)

f6ca4a3d5ec7d3e559073a5f54f7c43a615b9a63 authored about 7 years ago
`generate:test` command won't include `tester` property if actor is not set for this config.

ea177abec855500be01c9e83c9ae76f0f711b6e8 authored about 7 years ago
version bump and changelog updated

3dcb766641b0f395a36a889f4c632ff8a7f9bea7 authored about 7 years ago
Fix: fail to run single test with include (#4735)

* fix: Suite 'path/to/sing-test' cannot be found

Runtime error that has been thrown if we run...

9bac2481c9e5f2cc81f974f6a216232c974a4758 authored about 7 years ago
Remove :port for cookie domain; $this->module->amOnPage('/'); (#4768)

* rm :port for cookie domain

* amOnPage before setCookie

* amOnPage('/') only for WebDriver

069f086aea87f64b795060340711190ac74a40a5 authored about 7 years ago
Use Yii DI for resolve any upgrade on record class (#4763)

e6e0985c06ad7fa36c409fb68a764366117ffdcd authored about 7 years ago
Please set getResponseStatusCode as public (#4745)

* switch from protected to public for getResponseStatusCode

* ReAdd Useless Space

* use _ ...

be8a6a5c642f267650f56a00931640e46f880e07 authored about 7 years ago
Removed 2 environments from travis build matrix (#4721)

Because they were redundant

7a086092334b87a0236102855d5d89fa59899bd3 authored about 7 years ago
CI: added Symfony 4.0.0 environment and symfony-demo app included (#4681)

* CI: added Symfony 4.0.0 environment and symfony-demo app included

* fixed running different...

45a2c7f9c2db553111f45b060b006d17227961ef authored about 7 years ago
added PHP 7.2 support, xdebug added as 2.6.0beta1 (#4749)

27ee6b89ccec72cc8eba49e3abb2f50b30505342 authored about 7 years ago
Refactored Codeception\Util\Stub to use standalone package (#4737)

* refactored Codeception\Util\Stub to use standalone package

* * added documentation (and doc...

1e7e9efe81f2ede1852e96ffe2526f9d0fd77023 authored about 7 years ago
Add Doctrine2 integration to ZendExpressive module (#4732)

666611f38aa5bb24e8abf83c1c81c359d2cf4dff authored about 7 years ago
Added the ability to export the code coverage data in PHPUnit xml format (#4562)

* Added the ability to export the code coverage data in PHPUnit xml format

* Added changes to...

6c5769e0bc04d3c2d493948c2393d89cc9f00ab1 authored about 7 years ago
Removed factory-muffin from composer.json (#4719)

* Removed factory-muffin from composer.json

Because DataFactory module has no tests

* Use ...

94518c62da653de228c44ad00d44e8e0ea75f3d6 authored about 7 years ago
Fallback to Symfony Dotenv to parse .env (#4722)

* Fix typo in split documentation (#4455) [skip ci]

* Fallback to Symfony Dotenv to parse .en...

0c575cbee7f2abc48df2c76024b85069095b2696 authored about 7 years ago
[WIP] Clean up (#4720)

* Trailing whitespaces

* Remove extra lines

* Trailing whitespaces on markdown files

* ...

0f5c511afc7df12a19646adbfde190e176b2650a authored about 7 years ago
Use modules list with included dependencies (#4694)

3a1dd03348cffc807302c6bc42b6ad6b42b756b6 authored about 7 years ago
fix(Lumen): Undefined property: Codeception\Module\Lumen::$module (#4731)

8bbdc20dda8f040d8a6af0204785b57b0d1779df authored about 7 years ago
[CodeCoverage] Removed request to main page (#4714)

* coverage: removed unexpected page load

the line `$this->module->amOnPage('/');` in `LocalSe...

22c1b9f23503bbd3c9220da6c5b23e3cb9ff1b0f authored about 7 years ago
Fix typo (#4728)

c4db3e5bafc991ab6db5037e8ec20629a22a3be3 authored about 7 years ago
[BUGFIX] Adjust group names from p* to paracept_* (#4723)

Based on the examples in the documentation i adjusted the group names from p* to paracept_*. Oth...

e5b2a4af7cdf692dbac1c46ea881fce1ae9c8e98 authored about 7 years ago
Fix interface name in grabSendEmail method comment (#4724) [skip ci]

2fabf40b45c976b14eb64fc6f49339a27628789c authored about 7 years ago
[DataFactory] Removed redundant dependency (#4713)

league/factory-muffin-faker

3f3d5e8c9b7a17eb689ebb6a05640d5e74898ba6 authored about 7 years ago
Compatibility with phpunit-mock-objects 5.* (#4718)

Allows to install PHPUnit 6.5

0ba459dbad1c9edb6c0625c3ceede333c842cd35 authored about 7 years ago
Updated paths section in Configuration docs (#4712)

Renamed logs directory to output because it was renamed in 2.3.0

68e6769a78835ca1e91ad2102893e1a996847b19 authored about 7 years ago
Clean elses (#4704)

baef1675a1f06e07d1dd63b46147616235020fdb authored about 7 years ago
Merge pull request #4705 from carusogabriel/combine_consecutive_issets

Combine consecutive issets

99ef4fabaf7bb66934c2fb5ab4efcd3c9459427f authored about 7 years ago
Combine consecutive issets

f469e0d1dc426a8fb443d18b31e7422ba2f69d05 authored about 7 years ago
[Yii2] Added ability to sign cookie and send CSRF cookie #4684

ec53797b41859e08880ac439e6bc4ca7b4bfad47 authored about 7 years ago
Minor documentation updates

416afd8256d0b49cddf8301afb06d409c65610eb authored about 7 years ago
Added a notice that code completion requires additional package

151de88277878adc18784ef3eaddd87f4a2fdc14 authored about 7 years ago
version: 2.3.7, updated docs and changelog

31d9379555338deb208df03c787bed1e8c905047 authored about 7 years ago
updated docs and changelog

dccb44fa941057067799c46f3bc9fbbf999df74b authored about 7 years ago
Merge branch '2.3' of github.com:Codeception/Codeception into 2.3

4760d06097c80ffc8716c7a987f81a77c380e03b authored about 7 years ago
Match Database even if it's the last param in DSN (#4680)

If your DSN for MS SQL (sqlsrv) specifies the `Database` param as the last option then the regex...

3bff838c3d3dde314b476c8a67b16a44eb7877fd authored about 7 years ago
* Added DomainAssert to unit testing section

* Added Cest format to unit testing section
* Updated `Specify` documentation in unit testing sec...

289e3edcc1ff96cfbddeda5d051363d81a6f2a1e authored about 7 years ago
updated changelog, updated docs for Db module

5a8ba33dae783ef9bb9d66875a39b4e67b28c541 authored about 7 years ago
Updated reference for Symfony 4 (#4674)

e204e92accd6d7f70ed310d9d87bcd0f71344594 authored about 7 years ago
Restrict phpunit to non-vulnerable versions (#4669)

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9841

a39b92a70d39016f4c970ee2b79030cf104dedf9 authored about 7 years ago
Code snippet fixes (#4670)

Fixes code snippets ala #4659

d2377862d144e85b76927344e868200afcfd160e authored about 7 years ago
Test\Descriptor: getTestSignatureUnique (#4673)

Fixes #4672

- add Descriptor::getTestSignatureUnique

Replace getTestSignature in implement...

003e025df21242c40c8210901cc5be0f977f49b1 authored about 7 years ago
Refactoring tests (#4671)

5e7a7df3867f0f5bc79f3a2f5344fbc219f8578d authored about 7 years ago
Merge pull request #4665 from network-spy/Issue-4663

Issue-4663 fixed signature in DummyCodeCoverage::stop

75a1f48f291323083caebed7d0244de96ff8c008 authored about 7 years ago
Issue-4663 fixed signature in DummyCodeCoverage::stop

4ca1316294e9a13030bc99695241a29571f4638c authored about 7 years ago
Adding Logic In Case Of Exit (#4604)

* Converting Shutdown Into Existing Subscriber

* Updating Test To Satisfy Premature Exit Logic

fba4837b7c6f01d64e211ab85d7b4fafd1bee192 authored about 7 years ago
add suggest for phpbuiltinserver (#4660)

dc9cf8b0f51f5b49a532dda0597633025a02abc9 authored about 7 years ago
REST::amDigestAuthenticated throws exception if used with functional module (#4653)

96ef4c038072276ded85079673a5f2e193aa3589 authored about 7 years ago
Perform Yii2 application reset before performing request in functional tests (#4651)

* Reset Yii2 application before perform request

* Reverting previous solution and replacing i...

aafb337cfa07dbf4970345a3229fba28e3495079 authored about 7 years ago
Wrong failed step (#4654)

* Add new test to show the issue

* Add new test data

* Fix

* Update RunCest.php

1e35b1ac6dabbc21a3155c1b7a92c3e9bb508037 authored about 7 years ago
Fixed undefined argv warnings, added check for register_argc_argv (#4650)

* Fixed undefined argv warnings, added check for register_argc_argv

* Fixed register_argc_arg...

3e4d67ffc2a27a210454ffa1cf85a5b5f9829fe5 authored about 7 years ago
Merge pull request #4648 from gitis/issue_4645_sqs_endpoint_config

[Queue] Configuration parameter endpoint is missing in AmazonSQS

e6c1113d375d0dafd1a732c84531cd424892cb14 authored about 7 years ago
Merge pull request #4649 from Codeception/php-code-coverage-patch

Fix test broken by php-code-coverage 5.2.4

674c560d7428db186b909bde477a00156bcead0e authored about 7 years ago
Fix test broken by php-code-coverage 5.2.4

21f882c117b6f6b5f19fcc06184f6cdc401f8c3a authored about 7 years ago
Added endpoint option to AmazonSQS configuration

351559d540c5d126e3bff202293552f89542076e authored about 7 years ago
Allow Symfony 4 components (#4580)

* Make DataProviderFailuresAndExceptionsCest less fragile

* Make stecman/symfony-console-comp...

08c717d371cd70b42fed58c85b5637d31f9c138c authored about 7 years ago
Fixes #4432 (#4609)

* Fixes #4432

Apply a workaround to fix #4432.

This allows having codeception.yml inside t...

51e48bbb45ea048f2d13c887afbc98940440ee74 authored about 7 years ago
Dbdriver ssloptions (#4622)

* Enable DbDriver to handle PDO-SSL-Parameter

* PSR formatted and PHPDoc extend

* Update D...

5a3efbe0d566f54da2ddf9a1990f1ba39e09e10d authored about 7 years ago
Merge pull request #4640 from VolCh/fix-yaml

Fix deprecated YAML syntax

fad4be67cc4ef9bcf30d07841fd1262cccc915a9 authored about 7 years ago
Fix depricated YAML syntax

2a3fc69e7ae4a20e564c9c5e5c2fced88c878c97 authored about 7 years ago
Fixed AmazonSQS client init configuration. Added version. #4636 (#4637)

* Fixed AmazonSQS client init configuration. Added version.

* Updated the Queue docblock and ...

1f5b0d5345b5b392f7c4258f8943a89c3e18758a authored about 7 years ago
AWS Rest Config Bug Fix (#4631)

701fef197afc6c7e32a97afd43662bfad21ed51c authored about 7 years ago
PHPUnit\ResultPrinter\HTML: Reset Failures During endTest() (#4635)

- if set, reset `$this->failures['name']` back to empty array (fix #4110)

7c35f8a447850f61387e43413496c57f01c32af9 authored about 7 years ago
Fixed Yii event class namespace (#4634)

06b53f8263fee9f45a0f3e728a5d0ff1aa477326 authored about 7 years ago
AWS Authorization for REST requests (#4623)

* AWS Authentication For Rest

* Docs Update

* Coding Space Update

* Code Review Updates...

3679d6ac7bfc33a2060e138585d9f0fdeec5b7a1 authored about 7 years ago
Added init command to phar file (#4627)

835e05c968d0c8f05d39f7cd5fba6bdf3e95cb22 authored about 7 years ago
Reset global event handlers (#4621)

Global event handlers should not persist between tests.
The `if` statement is needed since the ...

b1d96dad56bb3dbc5185d7dcb7913db441c121b6 authored about 7 years ago
remove use section from template actions (#4614)

7e3a3569dc01f8e85a192317d01fdfafad1e5980 authored about 7 years ago
fix remote coverage name with slash (#4612)

c6e90017eb216ee0a0d03143db6a1a0d0cd5a759 authored about 7 years ago
- .tgz is a valid gunzip extension, so allow it. (#4611)

- clean up check logic

f51c5c83d5ac8db22c57df87e1d556f7de88934a authored about 7 years ago
Don't skip last test if some test has missing dependency (#4600)

Fixes #4598

10192427bdd8d1c63c231105bdc189a76636f8f6 authored over 7 years ago
Pass DB to Yii application as early as possible (#4601)

This commit fixes issue reported in Yii2 repo yiisoft/yii2-app-advanced#221

a3f6601c95856359c2c0bfa5d2f8e03f3fe88ea5 authored over 7 years ago