Commit Graph

8 Commits

Author SHA1 Message Date
Arkadiusz Kondas e5189dfe17
Remove enforceTimeLimit flag from phpunit and update dependencies (#328) 2018-11-07 17:58:40 +01:00
Arkadiusz Kondas 52c9ba8291
Fix: phpunit include tests path (#230)
* Fix phpunit include path

* Add tests for Covariance
2018-02-11 18:17:50 +01:00
Andreas Möller e17016de71 Fix: Use enforceTimeLimit instead of beStrictAboutTestSize (#212) 2018-01-31 19:32:18 +01:00
Andreas Möller 498937cf64 Enhancement: Reference phpunit schema (#211) 2018-01-31 19:29:19 +01:00
Marcin Michalski 4ab73eec5b Force all errors when running tests (#203) 2018-01-30 22:05:47 +01:00
Tomáš Votruba 726cf4cddf Added EasyCodingStandard + lots of code fixes (#156)
* travis: move coveralls here, decouple from package

* composer: use PSR4

* phpunit: simpler config

* travis: add ecs run

* composer: add ecs dev

* use standard vendor/bin directory for dependency bins, confuses with local bins and require gitignore handling

* ecs: add PSR2

* [cs] PSR2 spacing fixes

* [cs] PSR2 class name fix

* [cs] PHP7 fixes - return semicolon spaces, old rand functions, typehints

* [cs] fix less strict typehints

* fix typehints to make tests pass

* ecs: ignore typehint-less elements

* [cs] standardize arrays

* [cs] standardize docblock, remove unused comments

* [cs] use self where possible

* [cs] sort class elements, from public to private

* [cs] do not use yoda (found less yoda-cases, than non-yoda)

* space

* [cs] do not assign in condition

* [cs] use namespace imports if possible

* [cs] use ::class over strings

* [cs] fix defaults for arrays properties, properties and constants single spacing

* cleanup ecs comments

* [cs] use item per line in multi-items array

* missing line

* misc

* rebase
2017-11-22 22:16:10 +01:00
Arkadiusz Kondas a8af599cc1 add filter for code coverage 2016-05-03 12:03:36 +02:00
Arkadiusz Kondas dd927ef981 create phpunit configuration and first tests 2016-04-04 22:38:51 +02:00