Ecosyste.ms: OpenCollective

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

github.com/Codeception/Codeception

Full-stack testing PHP framework
https://github.com/Codeception/Codeception

enable group listener for grouping with annotation

f7ba4b3e880022f9e1dcdc7d5520774ad6a4ea3d authored almost 10 years ago
changelog and dependencies updated

6e29668921182d6b90cd021033002be85382c6f9 authored almost 10 years ago
fixing bootstrap to be loaded. Fix #1813

411ca8fb831b69cfc6317578f65c58405b33f47b authored almost 10 years ago
merged with 2.0

76e0dcc6cfd0494945989c625145b4dfd3587d3d authored almost 10 years ago
Merge pull request #1834 from zbateson/fix-2.0-can-cant

Fix for can/cant causing failure in 2.0

90b961e3a6126865d5a4904870cb450197d14eae authored almost 10 years ago
Fixes can/cant causing failure in 2.0

- Using can/cant causes cleanup code to be called, which causes an
exception calling subsequen...

600fd059e8e8c82192ca129f6d7e1167f62cb349 authored almost 10 years ago
removed default `_bootstrap` option in config, so bootstrap can be unset. Fix #1813

740eb1ffc37311ef6e71d455b62e9fe7be34542f authored almost 10 years ago
removed default `_bootstrap` option in config, so bootstrap can be unset.

8502ba4c5021faf7b17336eee1225ea643bfe10b authored almost 10 years ago
Merge branch '2.0' of github.com:Codeception/Codeception into 2.0

7eb3a735825e997c7f969dac4917a432fb50cb1d authored almost 10 years ago
Merge pull request #1800 from EVODelavega/feature/make-overloading

suggested fix for issue #1785: overloading and __set bug

64628ccac8a690c5c2fbb550d6e27b4a659a0960 authored almost 10 years ago
Merge pull request #1770 from TriAnMan/yii-functional-fix

Fix https support and verbose output

b47a618fe1fa9c08996cf3ea4f6f6dbcdb9dbb66 authored almost 10 years ago
Merge pull request #1805 from fisdap/laravel4-call-artisan

support functional testing of Laravel Artisan commands

442ee867e627d6e19bf9b6a124378e89a44b6654 authored almost 10 years ago
Merge pull request #1790 from lukyer/lukyer-patch-namespace

fix namespace ignoring when console is invoked

077873a3d27db60ad21f1f67704e0e3728ace96a authored almost 10 years ago
Merge pull request #1814 from Noles/feature-customizeframeworksoap

Extend SOAP module sendRequest handling

d89ddd78aaf2d9414323d672939fa515062e6954 authored almost 10 years ago
Merge pull request #1817 from jistok/patch-1

Update AMQP.php

78f829d33d1b399bf6d34190252bbb7bedb20840 authored almost 10 years ago
Merge pull request #1824 from zbateson/add-phpbrowser-header-delete

Added deleteHeader and docs for PhpBrowser

cbb8b708e44963709f17953b9f42ff193be3409d authored almost 10 years ago
Merge branch '2.0' of github.com:Codeception/Codeception into 2.0

2873d37314b6e15713c5bfabbbce8df729fe8bd3 authored almost 10 years ago
Parameter changed to $name

deleteHeader was supposed to have $name instead of $header

7b232b606594bf05b7b08c15bdead2aa617690d8 authored almost 10 years ago
Fix formatting - bad tabs

2fdabb6e430a2a36f87b10856c9144b91536efbb authored almost 10 years ago
Added deleteHeader and docs for PhpBrowser

- Created deleteHeader
- Allow deleting a header with an empty value when setting (since
setti...

6453f5b64ab72666d8c8c3d1747613c5276f5510 authored almost 10 years ago
Update Console.php

a2b71ac3abf302793b408b3f8b906f8ff1a69db4 authored almost 10 years ago
Allow pushToEchange to accept routing key to send to exchanges

include param description and sample use

834aaa880a26c8fb89bd702af61a5d3b6789324d authored almost 10 years ago
updated module container to inject dependencies

ca4931fbad1c93871772c05c1a5b237355e13e6a authored almost 10 years ago
Update AMQP.php

add a routing key to a push to exchange to facilitate proper routing of topics

fa101cf7c4ffbff36fa9fac73eebff79b838eeef authored almost 10 years ago
Merge pull request #1811 from zbateson/fix-textarea-default-values

Fix for submitForm default value for a textarea

d3910b30105b9a0f8b2877c079c1fda8f3f6905c authored almost 10 years ago
Fix for BestPractice comprehensibility

904db1458f3f922429cd18518a2216090b4010ca authored almost 10 years ago
Extend SOAP module sendRequest handling

bb33e604518e11b277501477ca6612e1a4a753e3 authored almost 10 years ago
Fix for submitForm default value for a textarea

Textarea node doesn't have 'value' attribute, and an issue with
conditions meant it wasn't worki...

0f4e710699f9aa19ba068f7d20d3a61a13b175cc authored almost 10 years ago
Merge pull request #1806 from m8rge/patch-1

Pass body request into yii2 request

af2a4a7112dc82f9bbaa12a83e8b672036bd6e16 authored almost 10 years ago
Pass body request into yii2 request

This allows to send Xml payload:
```php
$i->haveHttpHeader('Content-Type', 'application/xml');...

1a9964e1c4c2e7dafdba6ec60fc56ae69d587e28 authored almost 10 years ago
support functional testing of Laravel Artisan commands

840f3861748f74defe9641de65bdd7e0d8bebc7e authored almost 10 years ago
Merge pull request #1802 from zbateson/submitForm-fixes-checkboxes

WebDriver submitForm allows array parameter values

7202e73252980bf881c3ba4f26b5bf9d70c02470 authored almost 10 years ago
WebDriver submitForm allows array parameter values

- Fixes #1797
- Updated function to allow submitting array parameter values like
for PhpBrowse...

b8a6cdaaa7c27973f7ba4f758d9848693c61e9be authored almost 10 years ago
Fix failing unit tests -> add overloadable dummy class

32c9c54d9601be24dcb5d7a28d4ba55df3c3519d authored almost 10 years ago
move setting __mocked to utility method (avoid duplication) + add some doc blocks to improve scrutinizer rating a bit

c4193446138026e1fbcbd0f806537dcb76a35c58 authored almost 10 years ago
Remove makeNative, seeing as we no longer need it

bb64a107be4bbd5e8ed12ef75b647d73ba7ba9bc authored almost 10 years ago
Throw exception if a __set method is preventing us from adding properties to a mocked object

3215893172b52c21a4577a28003be77ae2a188de authored almost 10 years ago
Do not set __mocked property when __set is implemented, check __set when a non-existing property is being added to the mock + use instanceof instead of __mocked check when update is called

bf3a73652f55db8a646a771fc84e598f27b9d8ca authored almost 10 years ago
Add makeNative stub method

dd14c610ed3e033b2b8daa925daaea10fbc80c43 authored almost 10 years ago
implemented module dependencies injection

30082dfa4c1c782005705a6be138e8a3786900b0 authored almost 10 years ago
Added MODULE_INIT event. Closes #1370

1cbddbb0058d9f1350b08e30fac29912f7d807b1 authored almost 10 years ago
Fix code style. Fix phpDoc

f4d674a2dd08d0ecad5757da7803f45e9782b860 authored almost 10 years ago
Warp dependant parameters into an if block

96ea44b6cbfd30166c2a7e5c4b88d323bc60c47a authored almost 10 years ago
merged with 2.0

0d84abe0dc4408e839a027022064d7eea8bd905b authored almost 10 years ago
Module conflicts implemented

66d2c83edaa3f01ad04a96802fe040ff44e6549d authored almost 10 years ago
added shuffle option to settings to randomize test order. Closes #1504

2fd7af4bc5831752867d4603af212a9f2dd5273e authored almost 10 years ago
Merge pull request #1782 from jonathantorres/packages

Add `packages` option for application packages.

ade835f79160658ae16eb5ce40f8761627559159 authored almost 10 years ago
Implemented #1437

c175a40e25d2bae533e50355ede6d95d8d6d012e authored almost 10 years ago
Merge pull request #1747 from sjableka/env-merging-and-config-files

Env merging and config files

5d4df355bf31719452ba7036a95d43885aef21f9 authored almost 10 years ago
Merge pull request #1738 from PH2M/patch-1

FTP Passive Mode

038d25ad0dd38cc59b84be1d2d642eebcd89e7d2 authored almost 10 years ago
Merge pull request #1743 from honzabrecka/feature-request-headers

add request headers logging

acfb28e1bd71386416647b9398dceefbcd58b94c authored almost 10 years ago
Merge pull request #1745 from ovide/patch-1

Support for multiple databases

ed920d07db455029bfc78bb4d8cda7eeb6ed43f6 authored almost 10 years ago
Merge pull request #1795 from zbateson/seeInForm

Added seeInFormFields for Web tests

86d231749da20c5ccf5270daf1d855fbf0bdac09 authored almost 10 years ago
Merge pull request #1796 from Gorp/patch-1

Update ZF2.php

b4c183cdda7bdd4b887a393f3bd29b41a1a08e87 authored almost 10 years ago
Update ZF2.php

5f68d72374e059bed80f1885c10daac2ec86c491 authored almost 10 years ago
Added seeInFormFields for Web tests

Allows quickly checking multiple form field values with an array
with InnerBrowser and WebDriver...

0e5d5ee1a5453fff4a4c56f962e6d0b33d2c04b1 authored almost 10 years ago
Merge pull request #1786 from hidechae/feature/add_assert_func

add func assertSame

42172a2bbc2621d403aab4926f28f34d8a5d8e79 authored almost 10 years ago
Merge pull request #1792 from zbateson/2.0

Allow bool values for checkboxes in submitForm

913e05e5d058997bc15361e6b6d4027f17bb56c8 authored almost 10 years ago
Allow bool values for checkboxes in submitForm

submitForm now accepts boolean values for checkbox fields, mapping
them to the actual checkbox f...

e4a43144de0347ee927fef28329ad4636e27be5d authored almost 10 years ago
fix namespace ignoring when console is invoked

3917bde2cd892949d8f8c01c0e9c1c94cc14340d authored almost 10 years ago
add func assertSame

bdb36b0df7cfdc46fd14b5a8c0a8949ca588f22c authored almost 10 years ago
updated friend classes after refactoring

7c58d0ca214d440757c3f7e97ed8d23f98ffe6b0 authored almost 10 years ago
Implemented session snapshots for WebDriver module

309d3b128d8b33dd0b70b6289e2616ca28400947 authored almost 10 years ago
Add `packages` option for application packages.

eb638beb24f2823913d681baf72908684bb50040 authored almost 10 years ago
Merge pull request #1776 from nkovacs/patch-1

Fix Yii 2 haveRecord not inserting unsafe fields

1f4744a915a3796d81b361e16d957a5ec5f6bfc4 authored almost 10 years ago
Merge pull request #1777 from nkovacs/patch-2

update composer-asset-plugin to 1.0.0

4d236ef579aaa04741a8b01d7e46cf101a5da8f7 authored almost 10 years ago
update composer-asset-plugin to 1.0.0

ef59b78b80298939c25f7acf8b60c326fa55d774 authored almost 10 years ago
Fix Yii 2 haveRecord not inserting unsafe fields

fixes #1775

46ab17fbfd5d1f2831452e27662fac4bcbc82dfe authored almost 10 years ago
Merge pull request #1773 from javigomez/patch-2

Update readme.md copyright

2b830bc169714639f3c3320cedf3729969d6733a authored almost 10 years ago
Update readme.md copyright

c45df2baafbb88b0325b7946182a4e42a8a205a6 authored almost 10 years ago
Reformatted the code to match current standard

ea6cec67d3d0bb5872d6e5a3690c012dd588c7ea authored almost 10 years ago
Merge remote-tracking branch 'upstream/master' into env-merging-and-config-files

Conflicts:
src/Codeception/Command/Bootstrap.php
src/Codeception/Configuration.php

eb362e0d9ed9d7cab2dc1a3b8dd5a070cae68b44 authored almost 10 years ago
fixed tests for testloader

5fcaf86251eefa255c895dcf6ecc26fc198703c6 authored almost 10 years ago
created DI tests

8b731df9450972b1d2483ed97e25d6fe0daba6e6 authored almost 10 years ago
simplified suite manager

3b313b4ba7b7b9c6cd4cb3b3ab9d3cef0e6196cc authored almost 10 years ago
fixed friends and environments

ea1f2e3f4ecc13d44a77ee19408f29b93eafc8e4 authored almost 10 years ago
refactored to remove static calls to SuiteManager

8b8c7157fd1fce1c866a76ad69f0259924d831b2 authored almost 10 years ago
Merge pull request #1767 from FnTm/patch-1

Remove unnecessary parameter from Webdriver PHPDoc

b5afd37fd04d9b22e2e2a8db79da34dcc900b649 authored almost 10 years ago
reformatted code

0106119c742dee124c1273d2e3b6d1caf2650445 authored almost 10 years ago
reformatted code

c539eb9cde4aa9572fa5a5b9b273fc1fba0bf426 authored almost 10 years ago
fixed some failing tests due to changes in signature

86009903bdeee982790800596114467d306c3114 authored almost 10 years ago
fixed some failing tests due to changes in signature

38315fdc2a39da8309ec7b980f8ff64978f769b8 authored almost 10 years ago
Fix https support for functional suites

a9a13db1bac763e65ef6e051167cd66f1c6d108d authored almost 10 years ago
Fix verbose output for functional suites

6107559f98042420b57736425419a8eeeeadf8dd authored almost 10 years ago
updated modules to support new constructor injection

ac74538a89192f8142c0fd937005920935e0c0b2 authored almost 10 years ago
updated Step spec

ed94a8d50f1821c9e51302927ea87c397211a440 authored almost 10 years ago
refactored to use modulecontainer instead of global container for modules and actions

f560b749c63832ec5449c322a466f6db9d8c8a2d authored almost 10 years ago
support for log absolute path

a7b49f4098846ebc7ddbc26058d792307a31594e authored almost 10 years ago
Remove unnecessary parameter from Webdriver PHPDoc

The tag `@internal` was causing PhpStorm to consider the method as internal. Additionally, it ha...

0b72e5377f5aa8e79723f6659a5502d4ac1a4300 authored almost 10 years ago
updated testers

5486aff3fe8f91e2c00ce3894f1c30d8409a9fe4 authored almost 10 years ago
updated Doctrine module to not throw error on failed rollback

fc98c358d5268973cb679c4b2b255effe23cf732 authored almost 10 years ago
module container implmented

afd06cefab297d4cdcaf917f2437f5f4d70d922a authored almost 10 years ago
Merge pull request #1756 from janhenkgerritsen/2.0

Fix for undefined method Symfony\Component\HttpFoundation\Request::route()

4cc87c59760271d6f84a28b863f414a05a447052 authored almost 10 years ago
Fix Call to undefined method Symfony\Component\HttpFoundation\Request::route() exception

5dc1dc07949df903acd0f728016e7ab44fadc69b authored almost 10 years ago
Merge pull request #1754 from xt99/patch-2

Allow Yii1 application to live without `log` component

18b133c27c74b4cd6269caa134a6dd1bb68a2d49 authored almost 10 years ago
Codestyle fix

5ccc32a473d4da958d99892764d7261b2738fc9a authored almost 10 years ago
Fixes #1753 : Allow Yii1 application to live without `log` component

42f118b8591b1d7760864d4b50e1cff36ea695c0 authored almost 10 years ago
Merge remote-tracking branch 'upstream/master' into env-merging-and-config-files

09c822714245ffa769a7667d8dd6eadbdd25439a authored almost 10 years ago
Environment merging and configuration files.

19d0bd680e8618c056a2ab6c1119b86050a86bec authored almost 10 years ago
Support for multiple databases

Only a small change to # 1727.
If the table is in another database the string is like `other_da...

3d6fb7747c41a45220c2c352caa939f7c902f8fc authored almost 10 years ago