GitHub / Codeception/lib-asserts / commits
Assertion methods used by Codeception core and Asserts module
SHA | Message | Author | Date | Stats |
---|---|---|---|---|
b8c7dff5 | merge Merge pull request #12 from Codeception/reimplement-property-assertions-remov... |
Gintautas Miselis <g****s@m****t>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
2ea1a35e | merge Merge pull request #11 from Sweetchuck/issue-10-2.x-phpdoc-typehint-fqn |
Gintautas Miselis <g****s@m****t>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
cbfb608d | Reimplement property assertions removed from PHPUnit 10 | Gintautas Miselis <g****s@m****t> | over 2 years ago | |
96d21fa8 | Issue #10 - Use FQN in PHPDoc type hints for classes and interfaces | Dávid Andor <d****r@k****u> | over 3 years ago | |
df9c8346 | merge Merge pull request #9 from TavoNiievez/php74 |
Michael Bodnarchuk <D****k@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
31621b0e | Update codebase to PHP 7.4 | TavoNiievez <g****s@o****m> | almost 4 years ago | |
184231d5 | Support PHP 8 | Gintautas Miselis <g****s@m****t> | almost 5 years ago | |
263ef0b7 | merge Merge pull request #6 from Codeception/restore-wrapper-methods |
Gintautas Miselis <g****s@m****t>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
d75ecea5 | Use wrapper methods again | Gintautas Miselis <g****s@m****t> | about 5 years ago | |
f6dd77fd | Support for full PHPUnit public API (#5) |
Gustavo Nieves <3****z@u****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
acd0dc8b | merge Merge pull request #3 from Codeception/phpunit9-deprecations |
Gintautas Miselis <g****s@m****t>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
316d1d5d | Added new methods for regex and notFileExists | Gintautas Miselis <g****s@m****t> | over 5 years ago | |
9c5df6ff | Import namespaced classes at the top | Gintautas Miselis <g****s@m****t> | over 5 years ago | |
d527ab90 | Uses \Codeception\PHPUnit\TestCase to override method deprecations | Gintautas Miselis <g****s@m****t> | over 5 years ago | |
74bfe433 | Support PHPUnit 9 |
Gintautas Miselis <g****s@m****t>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
e7decb48 | Documented that stringEnds functions were added in 1.1.0 | Gintautas Miselis <g****s@m****t> | almost 6 years ago | |
4d79a3ca | merge Merge pull request #1 from W0rma/add-assert-string-ends-with |
Gintautas Miselis <g****s@m****t>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
05cdcf68 | Add assertStringEndsWith and assertStringEndsNotWith | dieter.beck <d****k@h****m> | almost 6 years ago | |
2454097c | Add package files | Gintautas Miselis <g****s@m****t> | almost 6 years ago | |
abb524c5 | [Asserts] Added specialized assertEquals methods | Gintautas Miselis <g****s@m****t> | about 6 years ago | |
b93e91f7 | [Asserts] Added new asserts | Gintautas Miselis <g****s@m****t> | over 6 years ago | |
47a7b830 | [Asserts] Add assertStringContainsString | Gintautas Miselis <g****s@m****t> | over 6 years ago | |
1a71ff8b | adding new assert methods (#5029) |
Johannes Schobel <j****l@u****m>
Committed by: Michael Bodnarchuk <D****k@u****m> |
about 7 years ago | |
6d4e077c | Phpunit wrapper (#4817) |
Michael Bodnarchuk <D****k@u****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
4f721dd8 | Make assertArraySubset protected | guidocella <g****1@g****m> | about 8 years ago | |
44ccbab6 | Add assertArraySubset (#4392) |
Guido Cella <g****1@g****m>
Committed by: Michael Bodnarchuk <D****k@u****m> |
about 8 years ago | |
7c38f40f | Add assertStringStartsWith (#4374) |
Guido Cella <g****1@g****m>
Committed by: Michael Bodnarchuk <D****k@u****m> |
about 8 years ago | |
d4621431 | Add delta parameter to assertEquals() assertNotEquals() methods (#4105) |
Petar Obradović <s****n@g****m>
Committed by: Michael Bodnarchuk <D****k@u****m> |
over 8 years ago | |
68a93326 | Added assertCount to Asserts module (#3802) |
Aleksandr <d****c@m****u>
Committed by: Michael Bodnarchuk <D****k@u****m> |
almost 9 years ago | |
f979a46a | correct default values messages and descriptions of asserts accordingly to ph... |
Sven Lütje <s****e@g****m>
Committed by: Gintautas Miselis <n****a@g****m> |
about 9 years ago | |
e3e08b5c | merge merged 2.1 | Davert <d****p@r****c> | over 9 years ago | |
b300f361 | PSR-2 compliance (#3105) |
Max Grigorian <m****d@g****m>
Committed by: Michael Bodnarchuk <D****k@u****m> |
over 9 years ago | |
1ac9ebf0 | merge merged with 2.1 | Davert <d****p@r****c> | over 9 years ago | |
bee98b7a | added more assert* methods to Asserts module. Fix #2973 | Davert <d****p@r****c> | over 9 years ago | |
b957bba5 | more assertion methods added | Davert <d****p@r****c> | over 9 years ago | |
fe1edf68 | grammar fixes | Ryan Mott <r****t@v****m> | about 10 years ago | |
3ec25b72 | Include assertFileExists and assertFileNotExists protected method. | Roger Russel <r****s@l****r> | about 10 years ago | |
737a0891 | Code cleanup (PSR-2) and some refactoring |
Zaahid Bateson <z****n@g****m>
Committed by: Zaahid Bateson <z****n@m****a> |
about 10 years ago | |
abbbf346 | Implemented assertRegExp and assertNotRegExp from PHPUnit_Framework_Assert. | Roger Russel <n****s@r****g> | about 10 years ago | |
ff548554 | merge merged with 2.0 | Davert <d****p@r****c> | over 10 years ago | |
dee861ca | uodated documentation for asserts | Davert <d****p@r****c> | over 10 years ago | |
24e740ff | merge merged with stable branch | Davert <d****p@r****c> | over 10 years ago | |
9d505558 | add func assertSame | Hideyuki Utsunomiya <h****e@g****m> | over 10 years ago | |
795246fa | reformatted code | Davert <d****p@r****c> | over 10 years ago | |
ba76ac3b | Add assertLessThan and assertLessThanOrEqual methods to Asserts util | Den Girnyk <d****k@u****m> | about 11 years ago | |
014b6e25 | fix typo in assert methods: 'then' -> 'than'. Fixes #1021 | splinter <s****9@g****m> | about 11 years ago | |
5bfbec7d | asserts moved into trait | Davert <d****p@r****c> | over 11 years ago |