Ecosyste.ms: OpenCollective

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

github.com/Codeception/module-yii2

Codeception module for Yii2 framework
https://github.com/Codeception/module-yii2

same style (#4109)

38b43cb8dc101d90f0d77ea5c4d441ed7c28dfbb authored almost 8 years ago
Fixtures behavior compability with `yii2-codeception`

6de6c1852e6bd5bb08f25014a41b35d547cb6792 authored almost 8 years ago
Update Yii2.php (#3973)

Fixed #3961

569e719d0e0811ead8257cdc8fc2a85e69e77990 authored almost 8 years ago
cleanup use statements

3ccfe3375286c31438e62019ec0b9267cb95f7e3 authored almost 8 years ago
Yii2: clear unloaded fixtures after test. Closes #3794

d8601fb54563a7480f4e674100ffeeb9b8257b55 authored about 8 years ago
Fixes #3916: Don't try to start transaction when working with non-transactional DBs (#3917)

51b52f3caa140a525cce70f079d73f7c7f35cd42 authored about 8 years ago
close transaction create by the controller-action (#3834)

When an action is interrupted by an unexpected exception, without closing the create transaction...

a2d4699451ff76f51dacb42bfe10d3d9bad329ef authored about 8 years ago
Fix exception WebDriver not connected and Yii2 enabled (#3876)

840fb517edf45416576a4feeea6f8fe89f589322 authored about 8 years ago
Yii2: remove mockAssetManager (#3742)

* Yii2: remove mockAssetManager

* <3 for Nitpick-CI

c64e00645c0dab174614b90b950e75e8951ff14d authored about 8 years ago
Added syntax from 21st century.

334274ccb162abb54e140ed092d0d8c4e0ba51fc authored about 8 years ago
Deleted whitespace for love with bots. Forever.

c3833c064f9b0a37ccfdd23cd6cc807c30b11cfb authored about 8 years ago
Added procesing for native url formats of Yii2

f5e82a6ef70e18c44b83261f421fcee97071c2a7 authored about 8 years ago
Changed yml to yaml in Yii2 examples

12a20f68275377cb9fd5614473ab32bdc1527cc1 authored about 8 years ago
[Yii2] Fixed unintentional DB connection drop during exception logging, #3696 (#3708)

3a56ecb5bbb078ca4a25fd8d563976f0241b6e21 authored about 8 years ago
Update Yii2.php (#3699)

a59219d843d0ad71584a233af481eb592a4a2f24 authored about 8 years ago
https://github.com/Codeception/Codeception/issues/3612

Now in Codeception Yii2 Module Documentation at http://codeception.com/docs/modules/Yii2 on Fixt...

80feca31eb96c21ada2776e5cac67fc45e65bb66 authored about 8 years ago
enabled cleanup for Yii2 by default

a84071defd92d07d755052a509af56873bc54bc1 authored about 8 years ago
Array to string conversion #3452 (#3638)

* export complex data (logging Yii2)

* fix

7ab10c272db1ee0fe511088fa2625837cb7c571a authored about 8 years ago
refs #3456 \Codeception\TestCase\Test does not close database connection when running haveFixtures on Yii2 (#3586)

Close db connections if exists after Yii2-tests (\Codeception\Module\Yii2::_after)

bc01d4cb51c1c5f5de08ffecf61decaf110273b9 authored over 8 years ago
[Yii2] Check if Yii::$app is set in _after before using it

Fixes http://stackoverflow.com/questions/39810706/using-fixtures-in-functional-test-for-yii2-app...

fae94fbde7fef1cdf722c86c57c9c4263f9e264a authored over 8 years ago
Corrected call_user_func arguments (#3565)

Fixed exception "call_user_func() expects parameter 1 to be a valid callback, no array or string...

2d7847e231d8935a9b01c1ac8ceb837579670c48 authored over 8 years ago
[Yii2] added _fixtures method of testcase to load fixtures

8bff7730d6cc23acb14286937bc1f96a024b53d8 authored over 8 years ago
fixes #3520 nested transactions in yii2 module (#3522)

* fixes #3520 nested transactions in yii2 module

* fixes #3520 use fixtures method for unit t...

7cebd976097ab12b649982f34d6907b314751f7b authored over 8 years ago
merged with 2.2

04e8bac3bee6c8fe1036d016edf833a8bebc3a23 authored over 8 years ago
Fixes #3332: Fixed regression in Yii 2 connector not allowing to work with output of error pages in functional tests (#3435)

* Fixes #3332: Fixed regression in Yii 2 connector not allowing to work with output of error pag...

3656450a61a8f978ae9ce4cee124699801b716dd authored over 8 years ago
Merge branch '2.2' of github.com:Codeception/Codeception into 2.2

0a3529447823de0e3868e9d74757b0fd4e57b604 authored over 8 years ago
Mailer mock is now configured with options that make sense for it only (#3385)

* Mailer mock is now configured with options that make sense for it only

* Forgot to remove o...

245bf0fcce5d086f6dee13e2242676532ce381c5 authored over 8 years ago
[Yii2] Fixed `@webroot` directory creation (#3387)

Proposed by @dmitry-kulikov

de18617b38615eb6086395af3ba0b100b51b79f5 authored over 8 years ago
Merge branch '2.2' of github.com:Codeception/Codeception into 2.2

9e4410ca4d356bf8496ea18b3195ef4838bf522a authored over 8 years ago
Maintenance (CodeStyle fix, Release Script updates, ...) (#3369)

* Maintanance
* fixed codestyle
* updated codeception/base release script
* updated changelog...

c3a86b858ae5d74d0d10beff15308f5c63cb3f2b authored over 8 years ago
Maintanance

* fixed codestyle
* updated codeception/base release script
* updated changelog
* version bump

93f2ba2261439a2bd27c5cbdaa0ddfd330f1f84d authored over 8 years ago
updated changelog, updated docs for Yii2 module

873297f8a54a02365fde36e531ec48c3487cb043 authored over 8 years ago
Yii2 module improvements (#3343)

Improved Yii2 module:

* init part added to work with unit/acceptance tests
* added entryScri...

2dc73d08848d45e618cf2c6cece5fd17cfb4dbcb authored over 8 years ago
Fix checking "host" attribute in Yii2 Module / getInternalDomains() (#3315)

@see: https://github.com/Codeception/Codeception/issues/3213#issuecomment-226421373

7535ff2121d57743ceebb6bd0330cafb723ab30e authored over 8 years ago
merged 2.1

53049ef806aea1af37f32acd44075ca55a1e80a0 authored over 8 years ago
PSR-2 compliance (#3105)

* Add composer.lock to .gitignore

* Put direct link to coding standards description

* Fix ...

a7d9ee4bbd80e820bca6c222474c4a273a3e3900 authored over 8 years ago
merged with master

c8fd8b06352815e1a16714de88aefea20170160a authored almost 9 years ago
merged with master

f6451087b756e2e81da056ec9f266d3860709b1e authored almost 9 years ago
fixed formattimg for CI

d52af914a5b62c803c5d4d7c8e6f55dd86c38d61 authored almost 9 years ago
refactored to have multiple independent test formats

18b5418df698c90d80c124883fb191a18a43e0bb authored almost 9 years ago
refactored to have multiple independent test formats

082da6bff56ceda3a06a13f24c108b310dc3e7a1 authored almost 9 years ago
refactored to have multiple independent test formats

2947e0d6e0ef749525f725117c773335333d43de authored about 9 years ago
refactred to use metadata

c589e0e077bd798878618bdd2302737588c643ce authored about 9 years ago
Merge branch '2.1' into feature-get-internal-domains

Conflicts:
src/Codeception/Module/Laravel4.php
src/Codeception/Module/Laravel5.php
src/Codece...

a2817a987f7dc9b20f3caf2e1a3c1e3eaa0c6002 authored about 9 years ago
Implemented getting regex patterns for recognized domains for Yii1 and Yii2 modules

eb9d36e75558613a6cf61241593a1f2dbc685820 authored about 9 years ago
Fixed typo

73c56aab475c4ebab4e73ef45bc5839dcbfa1e9e authored about 9 years ago
Implemented getInternalDomains() for Yii 1.1, added more checks for Yii 2.0 module, excluded parametrized routes for now

6c971feaf4b160df8a45e543207ac2fcf8005351 authored about 9 years ago
Implemeneted getInternalDomains() for Yii 2.0

b22890bf9c04af518182089accab1712595034d9 authored about 9 years ago
Yii2: Don't set body parts if raw body is provided #2562a

e1e655473d66b7ad6deaf5f72d05bc179cc55a26 authored about 9 years ago
Merge branch '2.1' into feature-get-internal-domains

Conflicts:
src/Codeception/Lib/InnerBrowser.php
src/Codeception/Module/Laravel5.php

55b0453cc6ff36b7460ebdb1ca624a0a500e7c00 authored about 9 years ago
Fixes #2488: Fixes a behavior where Yii2 rollbacks were done on a wrong database connection

9f0e320aec7533041b0688bdbd1da686923f0607 authored about 9 years ago
Reset leaves previous file uploads in UploadedFile

If `$_FILES` is emptied, `\yii\web\UploadedFile::reset()` must be also called. It has a static p...

2b4a601d72ba0f13222ee1da843c4aee2fafbb9b authored over 9 years ago
Merge pull request #2405 from Naktibalda/zf2-domain-routing

Implemented getInternalDomains for ZF2

35fd7e526e2f3f2a62f8489369656a8e05bb6151 authored over 9 years ago
Remove references to removed SupportsDomainRouting interface

1a7009c9c6d6b718547a689ead8ee0f80681aa02 authored over 9 years ago
Merge branch 'feature-get-internal-domains' into zf2-domain-routing

4f697f9f1130c328b4d329f785eb8dfea3adda2d authored over 9 years ago
Merge branch '2.1' of https://github.com/Codeception/Codeception into feature-get-internal-domains

7ee520f5d3ab5091dc6ff7d0a424d990cd725352 authored over 9 years ago
Merge branch '2.1' of https://github.com/Codeception/Codeception into zf2-domain-routing

d1fc71f39d99e4a551ae89b96acb6c5c9b0732bc authored over 9 years ago
Merge branch 'feature-get-internal-domains' of https://github.com/Codeception/Codeception into feature-get-internal-domains

648f308ce03cf2eb2e5b7585a158ca592e3e1247 authored over 9 years ago
Moved getInternalDomains to Codeception\Lib\Framework, deleted SupportsDomainRouting interface

da5110c21d5167a4a6c6339e17e8aa683bfb4a29 authored over 9 years ago
Moved getInternalDomains to Codeception\Lib\Framework, deleted SupportsDomainRouting interface

53701d261094f0720ea99bdaf0a5314b68114dd4 authored over 9 years ago
Added missing use statements

c41effb3458b9f172f011f82fe7fa99aacb8e1a0 authored over 9 years ago
Added empty getInternalDomains to all modules implementing SupportsDomainRouting

528fb0534c1c80ece4c7b1a18509662d3059fe03 authored over 9 years ago
Interface SupportsDomainRouting is for modules, not for connectors

b918be6e2b73179d069020407d2fc2c7fbd5df3c authored over 9 years ago
Interface SupportsDomainRouting is for modules, not for connectors

d8ac311f1bd525a37444b7ef7491722656c10b14 authored over 9 years ago
Added interface SupportsDomainRouting to all framework modules except those that only support localhost #2371

deb91f03d898b2a1e95da8fc94ebebac7ccecf4e authored over 9 years ago
fix "undefined index config"

adb95c6a5d2e494feb61393553cd5306028bfe7b authored over 9 years ago
fix #2110 for branche 2.1

16703d5dde9f5aae8cc0a283eae1daf6788cdb62 authored over 9 years ago
fixed yii2 cookie issue

4640ad15a0b042e4bf05ed2a4903817e08f7a040 authored over 9 years ago
Code cleanup (PSR-2) and some refactoring

- Basic syntax checking and cleanup
- Changed code for a little more consistency

7961c3e38a93d2ffc0c54f58597e86285724e294 authored over 9 years ago
merged with 2.0

6de3ed9c3189ae66b408f215a20a2ac15762e89c authored over 9 years ago
Merge pull request #1539 from TriAnMan/enable-logs

Enable logging in Yii2

3152ab8e56f795b3afec6a0b6f1871a036e2765e authored over 9 years ago
fixed codestyle

806b6f2eb10d1de573a05eec3ee9fdecfd0d00ff authored over 9 years ago
codefixes applied according to scrutinizer

afd1b147be15cfdd13c4006fec27969aa3923e8e authored over 9 years ago
Applied #1968 manually

f920fc7dda188ef7d975f0f9c72f4e541d7670d5 authored over 9 years ago
parts documentation updates

801d39c3f29ce7d9171ecbfc126f072aec8c3008 authored over 9 years ago
merged with stable branch

a5f475180af485e5fbf579147a72130828e60c9c authored almost 10 years ago
updated module reference and base generators for new config changes

7d33c94133a3d80943336a8ea8a2e5fb925d8323 authored almost 10 years ago
module parts implemented

69789fe1d666ad602fb91cf704159125d8ca646e authored almost 10 years ago
* renamed exception classes

* improved error formatting in console
* prepared modules for partitioning

b20c09dce40c4e9a76146effaecdb7c4c240ae14 authored almost 10 years ago
Remove line to activate request parsers in yii2

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

Fix https support and verbose output

175c884e3b1e6e97e2059e0c977364f89dcbaf47 authored almost 10 years ago
Pass body request into yii2 request

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

caf61a723713dc2c0249cd13794b44c85c362913 authored almost 10 years ago
Fix code style. Fix phpDoc

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

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

fixes #1775

b98406f28d3f4e3f3a01df42b864a8922830b27a authored almost 10 years ago
reformatted code

49128e901b34c2a634341c81fc67e656ead797dd authored almost 10 years ago
Fix https support for functional suites

00b11ae2c45500ddca77dfaa2d1510ea1ce224a1 authored almost 10 years ago
Fix verbose output for functional suites

175579e5ac838ed2053762f354aafc8fe406fbad authored almost 10 years ago
merged with 2.0

fb1c1450343beb5dfaaaac61f63e41c045774529 authored almost 10 years ago
fix put method in Yii2 connector

0986adc161d7fa44c42ee97aacac2b244c92961e authored almost 10 years ago
Yii2: for exceptions not related http, we pass them to Codeception

1e82d3833777cb7a9c487f7ff43db26cff2fddfa authored almost 10 years ago
Yii2: Fixed output buffer level down to zero if exception occurs

fbb858ecf1f22451ce266a7344915f10caf68e24 authored almost 10 years ago
merged with 2.0

d6bf6ba806b78e55ee6c595268d9a36ca06b844c authored almost 10 years ago
Fix session_id bug

a0c2f372c230d58975ae681f4cdd7c54c3def79d authored about 10 years ago
merged with 2.0

300ad4ad0c99164a88c3f765ecf63d704d58284d 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.

```...

219d456b033d1e4bfbc63a159808f947e73d136f authored about 10 years ago
Enable logging in Yii2

a53ef253e066f3c9ab54aeb8dbc82d0ab2235cd5 authored about 10 years ago
Update Yii2.php

yii2 is stable now.

920f5bcc853993b32c54071738406f45ff169a33 authored about 10 years ago
merged with 2.0

1469346c87705eb08da45338fa2de25b05bd7fe0 authored over 10 years ago
uploading files with special chars in names

11517066f5e52fd23e139e1ca18c0ca9ed0b2db4 authored over 10 years ago