Chuck Burgess
4a1e4dec73
no coverage for phpunit here
2018-01-11 07:18:38 -06:00
Chuck Burgess
14416207a8
don't analyze phpstan
2018-01-11 07:18:31 -06:00
Chuck Burgess
36c15f4a83
use shields for badges
2018-01-11 07:18:12 -06:00
Chuck Burgess
264e58724e
url typo
2018-01-09 14:20:11 -06:00
Chuck Burgess
4f81271c85
run coverage before lint
2018-01-09 12:58:19 -06:00
Chuck Burgess
e6fb1cbc9b
add scrunitizer
2018-01-09 12:25:08 -06:00
Chuck Burgess
ff49ab6be7
see if install makes it persist into stages
2018-01-08 17:03:37 -06:00
Chuck Burgess
90a60e6406
put test stage back together
2018-01-08 17:03:21 -06:00
Chuck Burgess
fe337a20d6
some steps belong together
2018-01-08 17:01:56 -06:00
Chuck Burgess
15a808b6a8
xdebug removal proves complicated
2018-01-08 16:28:20 -06:00
Chuck Burgess
c4fcd74584
add more badges
2018-01-08 16:14:16 -06:00
Chuck Burgess
09f8c7c6b6
try disabling xdebug for test stage only
2018-01-08 15:23:40 -06:00
Chuck Burgess
99338f3687
no coverage needed in test stage
2018-01-08 15:12:29 -06:00
Chuck Burgess
74a79e1014
add coveralls
2018-01-08 15:02:42 -06:00
Chuck Burgess
43f7d784e7
use php section layout from travis docs;
2018-01-08 14:37:09 -06:00
Chuck Burgess
41266d5ef5
add coveralls
2018-01-08 14:36:40 -06:00
Chuck Burgess
a7d3aca868
use matrix for allow_failures; add fast_finish;
2018-01-08 14:36:22 -06:00
Chuck Burgess
f845cf6567
put lint stages together
2018-01-08 14:35:36 -06:00
Chuck Burgess
cda86e1f17
VERSION not needed in this package build
2018-01-08 14:34:47 -06:00
Chuck Burgess
66e1fd3837
unstaged scripts default to 'test' stage;
2018-01-08 14:34:10 -06:00
Chuck Burgess
1d7fe61bc1
travis docs imply quotes necessary are here
2018-01-08 14:32:38 -06:00
Chuck Burgess
bd3b8fe05a
add badges
2018-01-08 13:08:32 -06:00
Chuck Burgess
751934cd9a
expand gitignore
2018-01-08 12:09:54 -06:00
Chuck Burgess
da5670bae5
missing colon
2018-01-08 07:14:21 -06:00
Chuck Burgess
09489084f8
target php not allowed in lint stage?
2018-01-08 07:09:15 -06:00
Chuck Burgess
355187b692
move ECS & phpstan into a stage
2018-01-08 07:06:44 -06:00
Chuck Burgess
17333cc096
update travis build; add appveyor
2018-01-07 09:19:13 -06:00
Jaap van Otterdijk
c8a91684d6
Merge pull request #143 from TomasVotruba/ecs-fix
...
EasyCodingStandard - config path fixes + apply coding style
2018-01-03 09:19:52 +01:00
TomasVotruba
d613cfc6ea
rebuild composer.lock
2018-01-02 13:42:57 +01:00
TomasVotruba
a44d973f3d
composer: drop ecs
2018-01-02 13:42:26 +01:00
TomasVotruba
1c8f795c0e
apply coding standard to code
2018-01-02 13:40:57 +01:00
TomasVotruba
89a0935960
travis: drop tests from phsptan, too many errors
2018-01-02 13:40:42 +01:00
TomasVotruba
84bd0918ef
ecs - fix config paths
2018-01-02 13:39:56 +01:00
TomasVotruba
67d8d8eca5
travis: split PHPSTAN and ECS runs
2018-01-02 13:38:48 +01:00
TomasVotruba
803a9a5b80
composer: require ecs locally
2018-01-02 13:33:03 +01:00
Jaap van Otterdijk
996d0fb0e5
Merge pull request #142 from carusogabriel/2018
...
Welcome 2018 🎉
2018-01-02 08:30:15 +01:00
Gabriel Caruso
a1e6160b99
Welcome 2018 🎉
2018-01-02 04:52:36 -02:00
Jaapio
4595df959d
bump type resolver
2017-12-28 22:17:47 +01:00
Gabriel Caruso
4ea190884d
Use assertCount ( #140 )
2017-12-07 21:29:55 +01:00
Tomáš Votruba
bab88701ea
Add PHPStan and bump to max level ( #139 )
...
* composer: put require- together
* add phpstan
* add phpstan to travis
* phpstan fixes
* phpstan fixes
* phpstan fixes
* drop null defaults since every property is null by default
* DescriptionFactory: fix parse nullable type
* travis: add phpstan max
* travis: fix phpstan config
2017-12-02 19:12:29 +01:00
TomasVotruba
c19b4d170c
[cs] remove value-less docblocks
2017-11-30 10:27:01 +01:00
TomasVotruba
c664d2866d
fix cs
2017-11-30 10:27:01 +01:00
TomasVotruba
7d2174e8f6
use ::class over string
2017-11-30 10:27:01 +01:00
TomasVotruba
f8d4fda4f3
fix cs
2017-11-30 10:27:01 +01:00
TomasVotruba
e9e35284d9
use PHPUnit 6.0 syntax for tests
2017-11-30 10:27:01 +01:00
TomasVotruba
5282c2e9a8
return test code back
2017-11-30 10:27:01 +01:00
TomasVotruba
51122cfa1d
improve comment
2017-11-30 10:27:01 +01:00
TomasVotruba
082c811880
remove unused docblocks
2017-11-30 10:27:01 +01:00
TomasVotruba
4a9675841b
add PHP 7.1 typehints
2017-11-30 10:27:01 +01:00
TomasVotruba
f9d1a0c177
travis + composer: bump to PHP 7.1
2017-11-30 10:27:01 +01:00