Skip to content

Commit

Permalink
add test for PHP version 7.0.0RC6
Browse files Browse the repository at this point in the history
fixes #4
  • Loading branch information
sindresorhus committed Dec 1, 2015
1 parent 5bc6cba commit 9fc0fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ test(t => {
t.same(fn('PHP 5.6.0beta1 (cli) (built: Aug 30 2014 13:52:33)\n Copyright (c) 1997-2014 The PHP Group\nZend Engine v2.6.0-dev, Copyright (c) 1998-2014 Zend Technologies\n with Xdebug v2.2.4, Copyright (c) 2002-2014, by Derick Rethans', {loose: true}), ['5.6.0', '2.6.0-dev', '2.2.4']);
t.same(fn('Compass 0.12.7', {loose: true}), ['0.12.7']);
t.same(fn('1.14.2beta', {loose: true}), ['1.14.2']);
t.end();
t.same(fn('PHP 7.0.0RC6 (cli) (built: Oct 29 2015 13:46:05) ( NTS )\nCopyright (c) 1997-2015 The PHP Group\nZend Engine v3.0.0-dev, Copyright (c) 1998-2015 Zend Technologies', {loose: true}), ['7.0.0', '3.0.0-dev']);
});

0 comments on commit 9fc0fea

Please sign in to comment.