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

Fixing issue #1553

Rearranging the stringification so that __toString gets looked at for objects that are callable

40f0c2038c0f8961dde263f896590f685e9e4629 authored about 10 years ago
Merge pull request #1549 from armab/patch-1

Fixes `Getting unknown property` in Yii2 module

4d52c6f20892d27521e2dd1ae6af93357dd8c60c authored about 10 years ago
Fixes `Getting unknown property` in Yii2 module

If record primary key is not `id`, then error is thrown when using `haveRecord()` method.

```...

7b27dad71815b0b569928958fe44c20cef82068c authored about 10 years ago
Allow boolean values for checkbox/radio buttons

Allows checking against boolean values for seeInField if the field
is a radio button or checkbox.

42168e7f5c78327770286e7e1533f40ea3927c6b authored about 10 years ago
Caused error using 'exact' match with an array

The string concatenation for failure message caused an error if the
passed $field was an array f...

c15d46302c8c21808a911ed3e629d37680debdf9 authored about 10 years ago
Merge pull request #1542 from ha17/dev-2.0-spelling

Fixed very minor spelling errors in documentation

9c6a2843cae265df4316b23dd228365800f57256 authored about 10 years ago
Fix for seeInField for radio, checkbox and select

seeInField/dontSeeInField was not working with radio, checkbox and
select fields. Cleaned up co...

67e7db4ef0090db00e72248c927e739f588c2ef2 authored about 10 years ago
Fixed very minor spelling errors in documentation

c08038f82eb50944f88706bd37730a20730b85e1 authored about 10 years ago
Fix code styling

02abae40d65b97be2b10de40c6723593870fd089 authored about 10 years ago
Check path relative to current directory

0fd0c0b41a8ae137c32bd084e3822cc5fa788d55 authored about 10 years ago
Move missing .php extension logic to loadTest

4aeefb451c23a1e87891169efe1572d4ad1160c8 authored about 10 years ago
fix for selenium tests

0f9de6de9788912a289214a020193eac0a9a05e8 authored about 10 years ago
changelog updated

715c011f0f976ffce301bae9d112f06415b41ba8 authored about 10 years ago
increase delay for selenium

6fdaa86c4177f791eed79fc25d1972bc11f0ec1f authored about 10 years ago
fixed Soap test

2c755a62a33885817d5e57340165996237ffec13 authored about 10 years ago
added c3_url parameter. Fix #1024

367f4237d5550edd851282eb0f54be0f3e992649 authored about 10 years ago
Complex checkboxes fixed. Fix #1535

523dfc355a6dee6527d4bd1b4236e883164325ee authored about 10 years ago
added test for error descriptions. Issue #1503

9c046b799cb85d36a6e97e94820f53e66701976b authored about 10 years ago
updated changelog

c6beda8f7912a9fd786a4d41c6c46012f5b9d814 authored about 10 years ago
changed error exception. Fix #1503

152422bb1de8839a5b54f7f771756193f32cb1f0 authored about 10 years ago
updated composer lock

e1eb4192a8b23f4183403e582fc2eb8374e378fe authored about 10 years ago
version bump

2f645644ed99e383e1043d619c7070142226251a authored about 10 years ago
Merge pull request #1530 from urakozz/2.0

[composer] Allow Guzzle 5 (it looks compatible with 4.*)

7ccf9668303993b77cac1d113e4cd681e0c82113 authored about 10 years ago
Merge pull request #1537 from eddiejaoude/patch-1

Fixed missing bracket

7a27cda29d6be9b29090533d34df389d9cf232c1 authored about 10 years ago
Enable logging in Yii2

b6f7443336fe83b20fff66bdf1684d39a18ef383 authored about 10 years ago
Updated TestsForWeb test to use existing page

FrameworksTest fails with a non-existent URL - updated the last amOnPage
in testSiteRootRelative...

f8e281750422bd018221c8de0b545c5aa0db3791 authored about 10 years ago
Fixed missing bracket

336d36ee3f8a6633763091a8ea76c08e71f1f86a authored about 10 years ago
Secondary code cleanup

Sorry - silly first commit had lines that could be further cleaned on
second thought.

c702f5061d90560c39dea2aa53c81f0133ba9151 authored about 10 years ago
Cleaner code to match relative URLs

Building the URL with PHP's parse_url then passing it to
\GuzzleHttp\Url::buildUrl

96a03762c580aa1ed5e64cfa6a7617452dab07e3 authored about 10 years ago
Merge pull request #1527 from yegortokmakov/2.0

AMQP + Ftp modules fixes

6dbacb0fce60d8fb662d87ac41a9b56a93eca288 authored about 10 years ago
Merge pull request #1518 from zbateson/submitForm-buttons

submitForm was sending value of buttons

8048a236f3ac7fbaf0880e4f4caaee5ad22aa085 authored about 10 years ago
Update composer.json

25e5c159ec8a1428f26bb58ae709c75ca9969b89 authored about 10 years ago
Merge pull request #1524 from synchrone/issue-1513-fix

Adding remote code coverage requests context configuration feature

e44ab937435c612976c4c024ffa52e8a1a802b00 authored about 10 years ago
Fix wording

22ea1daf5bfc2637f67f6786db7cc8c05b476f38 authored about 10 years ago
Fix code styling

d61819ab2be22e2dbc55b7da4597584662cdc381 authored about 10 years ago
Allow running specific tests without .php extension

feff1ee498704243a56c1f3f7348bf1130ae0dcb authored about 10 years ago
Updating WebDriver amOnPage to handle relative URLs

WebDriver was handling site-root relative URLs in the same way as
doc-relative. This has been u...

47e2f3e887433e9af4125a92b1a9fedeb032c879 authored about 10 years ago
Update composer.json

e6db80e72f4f1cb0f233df0ddf44187d0f1c578f authored about 10 years ago
c3Access is now able to define upper-level context properties right from config

dab3742b73ffffd4930996570753ecd8be55a914 authored about 10 years ago
Adding remote code coverage requests context configuration feature

75c893350a051c360284dd7e4d9b513abdd18483 authored about 10 years ago
AMQP purge queues on init

33e5bd32e73e8b085e7c37b84042dc7d039b1bc1 authored about 10 years ago
FTP open connection error handling

135ddce6a2c52212bd909ef37ce8320c3d6247b4 authored about 10 years ago
Merge pull request #1517 from zbateson/before-after-annotations-mod

Change before/after annotations

c727b9830cfcc2278a0ff69ca67f38340751e7a7 authored about 10 years ago
$button only accepts single value, WebDriver submitForm updated

Firefox and chrome don't post the value of a 'clicked' button to the
server when submitting a fo...

7fed860b2a7caddd86c49148c8492c670e344698 authored about 10 years ago
Merge pull request #1519 from zbateson/grabTextFrom-with-regex

grabTextFrom doesn't work with regex

945482ef0d117cf4ad0a3a5bc40e67ea4cd04edd authored about 10 years ago
added redirect_header_interval template into tests, fixes broken builds

77a550e2bbeb3b08e6e314098d276cd3bd9f34be authored about 10 years ago
Update .travis.yml

c5c3fffb4414c3d3a04eca1c648200317853b430 authored about 10 years ago
grabTextFrom doesn't work with regex

A change to the match() function returns an empty crawler rather than
null. Added a test for re...

e900254533ba7e16e64215af8d8bb09dd8978639 authored about 10 years ago
Change parameter name and documentation wording

Parameter name changed from $buttons to $button as it would normally be
used to set a single cli...

b1720a69d80a5a87232f348fde075b0b0ef4f416 authored about 10 years ago
Missed parameter in docblock

871607f405fcc863548bf9585b2b2de267ff1cc0 authored about 10 years ago
Updated interface submitForm signature and docblock

Updated method signature for submitForm to include new $buttons argument
and modified documentat...

99fa6ce30beb8c2cb70e7add248519329591fed4 authored about 10 years ago
Merge pull request #1515 from zbateson/meta-refresh-tag-timeout-length

Fix for meta refresh tags

f3a1ba688ff67a8ea5aa61d04f04658f71dadc42 authored about 10 years ago
Fix documentation formatting

Fixing formatting (tabs inserted instead of spaces)

feda9600146747fe1474a1d4c358bdf38f972c91 authored about 10 years ago
submitForm was sending value of buttons

Using submitForm, default values that were sent included all form
buttons. Added the ability to...

84e848d8c7202b1abe40ae3057a293ea1a2590aa authored about 10 years ago
Change before/after annotations

Following up on the merge by @draculus - this makes it consistent so it
behaves like @depends an...

26d2cc78c2305fb58513b986de775a0aceb8feda authored about 10 years ago
Fix for meta refresh tags

Meta refresh tags with an interval (regardless of how great) were still
being redirected automat...

6a6b200327287082f7f1ecdc54e8e1e269ff9936 authored about 10 years ago
Codeception issue #1510 - site-root relative URL handling

Changing Guzzle::getAbsoluteUri to handle site-root relative URLs. This
changes how PhpBrowser ...

66003a109076e4da7859b2e80d2c5b1cb6962fb7 authored about 10 years ago
Merge pull request #1500 from draculus/2.0

Improve before/after annotations

938240a977cf5a6dd29a3d98e60835adbf0dd7e6 authored about 10 years ago
Merge pull request #1512 from zbateson/fix-grabValueFrom-typo

Fixing typos/method calls in grabValueFrom

94dc0d838d385779dfde3802d1e6119a91b9f4b7 authored about 10 years ago
Merge pull request #1486 from FnTm/2.0

Close any open ZF2 sessions

f6418361ef200e45557bd74e0f4d4c5a402c8bb0 authored about 10 years ago
Merge pull request #1487 from rafreis/fix_postgresql_error_with_schemas

Fixing postgresql error with eschemas

3d6434a76c371a57777ff951db0f3760ba934331 authored about 10 years ago
Adding test for grabValueFrom with a select field

Testing grabbing a value from a select field using grabValueFrom (also
added intended test for t...

3ff6d11770ae74fb5b419c436bcc591bcdfb3ff2 authored about 10 years ago
Merge pull request #1508 from zbateson/2.0

Fix for Codeception #1507 - submitForm default input values

28e260e0458d9b6747a39da6c84db0721f956e1f authored about 10 years ago
Update .travis.yml

delay for travis to start

d2195aa421d9574d6337b40e7517857dc24a48a2 authored about 10 years ago
Fixing typos/method calls in grabValueFrom

grabValueFrom calling wrong methods and incorrect comments regarding
types.
- filter() returns C...

aef7985e28f5bcbbe7e7541315d5b209dc366d63 authored about 10 years ago
Fix for Codeception #1507 - submitForm default input values

submitForm default input values for radio buttons and checkboxes are not
sent with the submitted...

898c348d615406e78922d4ea06bb434b58d6cbcb authored about 10 years ago
Merge pull request #1502 from cebe/patch-2

Update Yii2.php

9ec4226cae0e1bfcb6601b8bceaf9653614117b1 authored about 10 years ago
Update Yii2.php

yii2 is stable now.

4bfb551c63db4e44e64ccf1e25a7a6fa75469b3b authored about 10 years ago
Fixed missing comma

6e1b7d162d719d1d52072d41eb9765ac64231f82 authored about 10 years ago
Updated documentation on before/after annotation

d484dde2984ef07a8de409c414e46e482b75daf3 authored about 10 years ago
More methods in 'before' and 'after' annotation

It is possible to add more methods into the 'before' and 'after' annotation.

Method names are...

0c4c7e996f7b7a723a0fd76309e1f5ea7f3de419 authored about 10 years ago
Merge pull request #1498 from niden/2.0

Added an extra line in the helper generator for phpcs compliance

68896c3ed18ab37c5e07ee8dd5e5125247f7d95b authored about 10 years ago
Added an extra line in the helper generator for phpcs compliance

ae9c62662a9fb87506482f4a7457244b014b945e authored about 10 years ago
fix BuildTest::testBuildNamespacedGuy

we change config.namespace during test, so fullname of Helper also changes, but the actual file ...

d339f1d6b0eaa63d7b48274e70ae843101b9813f authored about 10 years ago
upd docs

87ca9cce1e963c4d474b120460499407a294672f authored about 10 years ago
backwards compatibility with old autoloader

6207badcd827c8675cd6600bf7082a16b63171a5 authored about 10 years ago
completely new AutoloadTest

1cebb11bafb9074a53d1264a4293e6862f1e18fa authored about 10 years ago
upd tests

0d9d88965ea18c94a75c495f5bd23dcd32375287 authored about 10 years ago
psr4-autoloader itself

6eaee3eb04e3cad217d733bc723902f53e6404b9 authored about 10 years ago
Fixing postgresql error with eschemas

1981db89e9df60518b49ccaf81a5422d488384f9 authored over 10 years ago
Close any open ZF2 sessions

39ef8f1974d2eeba66732810012bdbb8b6f5cf98 authored over 10 years ago
Merge pull request #1481 from diszad/patch-3

Update Db.php

e5ffb04de74b6ad0a5e5f39f89865dab0541b323 authored over 10 years ago
Update Db.php

`Line 178` will never be executed, because `count($this->sql)` returns not less than one, even i...

07359df90f4abad314f0fd0f934879e353a7147d authored over 10 years ago
Merge pull request #1477 from MOuli90/1476-ZF1-WrongResponseHeader

format ZF1 Response for Symfony\Component\BrowserKit\Response

53ad3fd537d7c8c67a0f2a8a5033beeedffa91c3 authored over 10 years ago
format ZF1 Response for Symfony\Component\BrowserKit\Response

bea9364472de92eb3c262a7cca1074d3d28134ca authored over 10 years ago
Merge pull request #1472 from captbaritone/patch-1

[skip ci] Grammar

108fffee520557bb9ec188d853dee8961bb20986 authored over 10 years ago
Grammar

7c846db4ed17751b325cca6c41724890775c8289 authored over 10 years ago
Merge pull request #1468 from MasonM/issue-1467-webdriver-findcheckables

Bug #1467: Fix Codeception\Module\WebDriver->findCheckable()

aaabf2837d933dcbc5a46e20187ed5de09e2a68e authored over 10 years ago
Minor optimization: store type attribute in variable so we don't have to call WebDriver API for it twice

d060faeffe44e4f3f63913dd2bf19c7747b7bbaa authored over 10 years ago
Bug 1467: Fix Codeception\Module\WebDriver->findCheckables() when $context is an input element

b86da6e57aa5a21dec5fa3088c1ab9b7a0cf4002 authored over 10 years ago
Merge pull request #1464 from sebastianneubert/patch-1

Update Scenario.php

5beced1777adebb06d9c5d4013c642ae64889782 authored over 10 years ago
Merge pull request #1465 from sebastianneubert/patch-2

Update Remote.php

36627db5658474e74b61c56d9b26c1b51f4302ae authored over 10 years ago
Update Remote.php

fix typo in docblock

b6d755ca26c4a85e4aaf56cd8fce64e57432a563 authored over 10 years ago
Update Scenario.php

fix whitespaces and linebreaks

ea9a366d3c4f27e50b77b27edd52dac4c25cc942 authored over 10 years ago
Merge pull request #1462 from neoascetic/patch-1

Fix Stub construct* method docstring

0c8804c62c52b122c179cf1f27b504b6e3018902 authored over 10 years ago
Fix Stub construct* method docstring

4e324884fc4b7d0f6bd659feea74dc040a581b7d authored over 10 years ago
Merge pull request #1460 from neoascetic/fixes/docs-indentation

[skip ci] Fix documentation indentation

45855cbbb1c8447b1f825c73ad52cc9865988a46 authored over 10 years ago
Fix documentation indentation

d0fab42fecf4f064b9082d8172a57381038829b9 authored over 10 years ago
updated changelog

a093950c44c570bd4d28f1fa56a0fee6d8e288d1 authored over 10 years ago
updated changelog

b63bf1d0ac63c18dad95aa983e937d79abd8b12e authored over 10 years ago