Ecosyste.ms: OpenCollective

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

github.com/Codeception/lib-asserts

Assertion methods used by Codeception core and Asserts module
https://github.com/Codeception/lib-asserts

Merge pull request #12 from Codeception/reimplement-property-assertions-removed-from-phpunit10

Reimplement property assertions removed from PHPUnit 10

b8c7dff552249e560879c682ba44a4b963af91bc authored almost 2 years ago by Gintautas Miselis <[email protected]>
Merge pull request #11 from Sweetchuck/issue-10-2.x-phpdoc-typehint-fqn

Issue #10 - Use FQN in PHPDoc type hints for classes and interfaces

2ea1a35ea80bad5cd6d9aecf92e53b2f108198b8 authored almost 2 years ago by Gintautas Miselis <[email protected]>
Reimplement property assertions removed from PHPUnit 10

cbfb608dab070346fb4b9131d042e8d300b993f9 authored almost 2 years ago by Gintautas Miselis <[email protected]>
Issue #10 - Use FQN in PHPDoc type hints for classes and interfaces

96d21fa8c746230737f5f3ee6ca6b8cd7f9a1834 authored almost 3 years ago by Dávid Andor <[email protected]>
Merge pull request #9 from TavoNiievez/php74

Update codebase to PHP 7.4

df9c8346722ddde4a20e6372073c09c8df87c296 authored about 3 years ago by Michael Bodnarchuk <[email protected]>
Update codebase to PHP 7.4

31621b0e1fa71aa1ba439ee4d665caa476d17755 authored about 3 years ago by TavoNiievez <[email protected]>
Support PHP 8

184231d5eab66bc69afd6b9429344d80c67a33b6 authored about 4 years ago by Gintautas Miselis <[email protected]>
Merge pull request #6 from Codeception/restore-wrapper-methods

Use wrapper methods again

263ef0b7eff80643e82f4cf55351eca553a09a10 authored over 4 years ago by Gintautas Miselis <[email protected]>
Use wrapper methods again

For methods that don't exist in some supported versions of PHPUnit

d75ecea59656683f79538748a625e157742f8938 authored over 4 years ago by Gintautas Miselis <[email protected]>
Support for full PHPUnit public API (#5)

* Support for full PHPUnit public API
Separate methods inherited from the PHPUnit library to an...

f6dd77fd214ac1874f264426b276bfa0ffc51fed authored over 4 years ago by Gustavo Nieves <[email protected]>
Merge pull request #3 from Codeception/phpunit9-deprecations

Phpunit 9 deprecations

acd0dc8b394595a74b58dcc889f72569ff7d8e71 authored over 4 years ago by Gintautas Miselis <[email protected]>
Added new methods for regex and notFileExists

* assertMatchesRegularExpression
* assertDoesNotMatchRegularExpression
* assertFileDoesNotExist

316d1d5de59387d81012f0491a040870139ae327 authored over 4 years ago by Gintautas Miselis <[email protected]>
Import namespaced classes at the top

9c5df6ffafab606296fd20fe64300acef1f79d95 authored over 4 years ago by Gintautas Miselis <[email protected]>
Uses \Codeception\PHPUnit\TestCase to override method deprecations

d527ab9089defd75428c3566538dd975b54aee31 authored over 4 years ago by Gintautas Miselis <[email protected]>
Support PHPUnit 9

74bfe433af24e2f75c6386b9d843ec69029f4337 authored almost 5 years ago by Gintautas Miselis <[email protected]>
Documented that stringEnds functions were added in 1.1.0

e7decb48defc5dd89e26ae05019e63260a9c4c0f authored about 5 years ago by Gintautas Miselis <[email protected]>
Merge pull request #1 from W0rma/add-assert-string-ends-with

Add assertStringEndsWith and assertStringEndsNotWith

4d79a3ca161ad0d9907dc1fb75978be34c37017e authored about 5 years ago by Gintautas Miselis <[email protected]>
Add assertStringEndsWith and assertStringEndsNotWith

05cdcf689125e960c562468dcb2e48019e4b68b0 authored about 5 years ago by dieter.beck <[email protected]>
Add package files

2454097cf8d9d7f3eb0cf77da980f6c25ff48779 authored over 5 years ago by Gintautas Miselis <[email protected]>
[Asserts] Added specialized assertEquals methods

abb524c5210d961fa3300756482782f333f349e0 authored over 5 years ago by Gintautas Miselis <[email protected]>
[Asserts] Added new asserts

* Added StringContainsString family of methods
* Added all assertIsX methods except assertIsIter...

b93e91f7645ece648f2c5eb17a2cceb8f00f1901 authored almost 6 years ago by Gintautas Miselis <[email protected]>
[Asserts] Add assertStringContainsString

and assertStringNotContainsString methods

47a7b8304ad633806f1f2ded8d28d37a96f7050a authored almost 6 years ago by Gintautas Miselis <[email protected]>
adding new assert methods (#5029)

1a71ff8b57df88d5bca3f7dc12b7093a5ed11d88 authored over 6 years ago by Johannes Schobel <[email protected]>
Phpunit wrapper (#4817)

* changed build process for phar

* Switched to use phpunit-wrapper

* loading shim

* fix...

6d4e077cc826448a6d9a2095e2cf3cf61c7f3d75 authored almost 7 years ago by Michael Bodnarchuk <[email protected]>
Make assertArraySubset protected

4f721dd8ad46a662ea76d9f12bcc9b34c3e3ac88 authored over 7 years ago by guidocella <[email protected]>
Add assertArraySubset (#4392)

44ccbab6c1ce11b10e263b73bc996f842ef36304 authored over 7 years ago by Guido Cella <[email protected]>
Add assertStringStartsWith (#4374)

7c38f40f4282732f51e2c97f812823800c6b2dee authored over 7 years ago by Guido Cella <[email protected]>
Add delta parameter to assertEquals() assertNotEquals() methods (#4105)

d46214315b75de830574ea733e39d8e6c5b0b416 authored over 7 years ago by Petar Obradović <[email protected]>
Added assertCount to Asserts module (#3802)

68a93326065f573aa11164587d93a6e4f24b793b authored about 8 years ago by Aleksandr <[email protected]>
correct default values messages and descriptions of asserts accordingly to phpunit default value

f979a46a2b7fb4dcc3246d9c57183e0360a49ced authored over 8 years ago by Sven Lütje <[email protected]>
merged 2.1

e3e08b5cd1543bb0e864ee13d50f6ab60b8bdecb authored over 8 years ago by Davert <[email protected]>
PSR-2 compliance (#3105)

* Add composer.lock to .gitignore

* Put direct link to coding standards description

* Fix ...

b300f361cd23f12322e7da2e0f83f022cc7db910 authored over 8 years ago by Max Grigorian <[email protected]>
merged with 2.1

1ac9ebf08c6ba7684bfd7abb001917cf3885db9c authored over 8 years ago by Davert <[email protected]>
added more assert* methods to Asserts module. Fix #2973

bee98b7a60f5e589f47871a330778065a3f922d5 authored over 8 years ago by Davert <[email protected]>
more assertion methods added

b957bba5284b5b40230ff9d99d3f3ab22f276fa2 authored over 8 years ago by Davert <[email protected]>
grammar fixes

exists vs exist

fe1edf68edc0aa2737d89080d72c4e053f40d495 authored over 9 years ago by Ryan Mott <[email protected]>
Include assertFileExists and assertFileNotExists protected method.

3ec25b7267c0811a3146c195a8dd8c3cfa7b9e0f authored over 9 years ago by Roger Russel <[email protected]>
Code cleanup (PSR-2) and some refactoring

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

737a0891a8e1303206e50bf2e1c301624911770f authored over 9 years ago by Zaahid Bateson <[email protected]>
Implemented assertRegExp and assertNotRegExp from PHPUnit_Framework_Assert.

abbbf34645f1c28745d58e9502e077355b9ee10c authored over 9 years ago by Roger Russel <[email protected]>
merged with 2.0

ff5485541e438f7099a94255b4d91362b38b5671 authored over 9 years ago by Davert <[email protected]>
uodated documentation for asserts

dee861ca18fe7260c1e080c77d04babc6e7c3cd5 authored over 9 years ago by Davert <[email protected]>
merged with stable branch

24e740ff8093ab15e68e48f1458499c419732759 authored over 9 years ago by Davert <[email protected]>
add func assertSame

9d505558c0494b993a4216c8ae4918d8aa8c780e authored almost 10 years ago by Hideyuki Utsunomiya <[email protected]>
reformatted code

795246fa5ce4db6e2b84a6101113598691c2e7da authored almost 10 years ago by Davert <[email protected]>
Add assertLessThan and assertLessThanOrEqual methods to Asserts util

ba76ac3bf8421bf31cf9d152217304047679a281 authored over 10 years ago by Den Girnyk <[email protected]>
fix typo in assert methods: 'then' -> 'than'. Fixes #1021

014b6e25e5e71ffba273f7592e9e2c539036b661 authored over 10 years ago by splinter <[email protected]>
asserts moved into trait

5bfbec7d636f87d985df70ef3dfc58e0197142d4 authored almost 11 years ago by Davert <[email protected]>