1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
Commit Graph

59 Commits

Author SHA1 Message Date
Aidan Woods
8e8d1dac21
Resolve dependencies when running unit tests 2020-05-05 22:20:11 +01:00
Aidan Woods
bc018e1d00
Remove 'matrix' key 2020-05-05 22:19:56 +01:00
Aidan Woods
836c028aa0
Add flag to get type-coverage 2020-01-26 13:09:19 +00:00
Aidan Woods
bded7a6ff3
PHP 7.4 is now released 2020-01-19 18:14:37 +00:00
Aidan Woods
0a6408043f
Only run units on 7.4snapshot 2019-09-09 23:46:04 +01:00
Aidan Woods
01319b7572
Add 7.4 snapshot 2019-09-09 23:37:31 +01:00
Aidan Woods
f51dd8878a
Drop use of undefined reference 2019-07-25 19:07:08 +02:00
Aidan Woods
614c76be6f
Drop pre 7.1
Drop pre 5.6 for constant arrays
Drop pre 7.1 for private constants
2019-07-25 00:18:29 +02:00
Aidan Woods
4fb6ac31a5
Improve tests 2019-04-07 16:38:18 +01:00
Aidan Woods
8fd3c77109
Tighten requirements 2019-04-07 16:38:15 +01:00
Aidan Woods
3c6578dd4b
Remove deleted stage 2019-04-07 16:38:14 +01:00
Aidan Woods
f95c3bb154
--show-mutations over cat infection.log 2019-04-07 16:38:13 +01:00
Aidan Woods
811991b27d
Run mutation tests after unit tests on supported platforms 2019-04-07 16:38:12 +01:00
Aidan Woods
d29f900374
Nightly doesn't have xdebug 2019-04-07 16:38:12 +01:00
Aidan Woods
efe324c08b
Add mutation testing 2019-04-07 16:38:12 +01:00
Aidan Woods
fe1355ef9e
Test strict and weak in Travis 2019-04-07 16:38:11 +01:00
Aidan Woods
2cfd05a00e
Test for dead code in travis 2019-04-07 16:38:01 +01:00
Aidan Woods
a9aa7e7aae
Test on PHP 5.5 and 5.6
Issue on pre PHP 7 may be to do with method name and not call syntax as
suspected
2019-04-07 16:37:59 +01:00
Aidan Woods
ca008872ba
Use latest PHP on non-unit test build staged 2019-04-07 16:37:59 +01:00
Aidan Woods
7188f49a71
7.3 was released, so make failure blocking 2019-04-07 16:37:59 +01:00
Aidan Woods
b3608829e5
Calling static functions on metatype class string is >=PHP7 only
🤷‍♂️
2019-04-07 16:37:59 +01:00
Aidan Woods
57b86b3fc4
Use psalm for static analysis
Don't check the main Parsedown file just yet
2019-04-07 16:37:50 +01:00
Aidan Woods
db04e1575f
Commonmark stage should be allowed to fail in travis 2019-04-07 16:37:50 +01:00
Aidan Woods
6d03fa0d3a
Rephrasing 2019-04-07 16:37:50 +01:00
Aidan Woods
49829c2019
Remove HHVM for now 2019-04-07 16:37:50 +01:00
Aidan Woods
c419295466
Remove unsupported dependencies when running unit tests (PHP < 7 compat) 2019-04-07 16:37:50 +01:00
Aidan Woods
23b07fa185
Cache composer cache in travis 2019-04-07 16:37:49 +01:00
Aidan Woods
5795a6f0a9
Add travis build stages 2019-04-07 16:37:49 +01:00
Aidan Woods
88ab68fd0b
Refactor into namespaces for PSR-4 2019-04-07 16:37:47 +01:00
Aidan Woods
bce642f2d7
7.3 was released 2019-03-17 18:38:54 +00:00
Emanuil Rusev
a503c1a69b composer/composer#7990 2019-03-02 12:08:48 +02:00
Andrey Bolonin
1686a34469
add php 7.3 to allow_failures 2018-11-16 09:34:17 +02:00
Andrey Bolonin
b0bbc275d4
add php 7.3 2018-10-31 15:48:28 +02:00
Aidan Woods
3b3d13489b
Test on PHP 7.2 2018-04-02 19:51:07 +01:00
Daniel Rudolf
cc53d5ae29
Travis: Issue build error when Parsedown::version isn't up-to-date 2018-02-28 20:04:45 +01:00
Daniel Rudolf
03e1a6ac02
Merge branch 'master' into bugfix/CommonMarkTest
Conflicts:
	.travis.yml
	test/CommonMarkTest.php
	test/ParsedownTest.php
	test/bootstrap.php
2017-11-14 22:09:25 +01:00
Gabriel Caruso
09827f542c Rewrite Travis CI 2017-11-14 15:19:24 -02:00
Gabriel Caruso
70ef6f5521 Make Travis CI use installed PHPUnit version, not global one 2017-11-14 13:21:11 -02:00
Aidan Woods
c82af01bd6
add sudo false 2017-05-14 14:39:09 +01:00
Aidan Woods
924b26e16c replace hhvm nightly with nightly 2017-05-01 03:57:07 +01:00
Daniel Rudolf
ae0211a84c
Travis: Add PHP nightly 2016-10-13 22:17:03 +02:00
Daniel Rudolf
be671e72a3
Don't let Travis skip Parsedown's phpunit tests 2016-10-09 14:21:17 +02:00
Daniel Rudolf
f0587d41a9
Add test/CommonMarkTestWeak.php to .travis.yml
Failing tests don't break builds on purpose, Parsedown doesn't fully comply with the CommonMark specs at the moment. We should switch to test/CommonMarkTest.php later, see #423 for details.
2016-10-09 14:17:03 +02:00
Václav Makeš
0080ef218e Added PHP version 7.1 for tests 2016-10-09 01:58:47 +02:00
Daniel Rudolf
73dbe2fd17
Remove PHPUnit bootstrap in favour of composer 2016-09-05 22:04:46 +02:00
Václav Makeš
50ac4a06e8 remove PHP 7.0 from allow failures in tests + improve readme 2015-10-31 01:55:49 +01:00
Haralan Dobrev
b2ad712644 Test on nightly releases of PHP (7.0) and HHVM
See https://github.com/erusev/parsedown/issues/294

See 12bf1c6d05 (commitcomment-10090016)

Nightly releases are allowed to fail since they are not stable and
could fail in unpredictable ways.

New versions of PHP could be added as they are released.
I think they should not be in the allowed to fail part of the matrix then.
2015-03-09 10:14:57 +02:00
Henrique Moody
147003107a Remove PHP version 5.2 from Travis builds 2015-02-08 21:00:50 -02:00
Emanuil Rusev
4150e00dc4 remove composer dependency 2014-04-26 01:09:28 +03:00
Haralan Dobrev
3d84201d74 Run composer install in Travis CI before tests
Tests are using the Composer autoloader since: cd1c030362

Because of that Composer should have actually dumped the autoloader in the `vendor/` folder,
before the tests are ran.
2014-04-25 00:01:20 +03:00