Laravel 5.6 updates
Travis config update Removed HHVM script as Laravel no longer support HHVM after releasing 5.3
This commit is contained in:
@@ -154,7 +154,7 @@ class PHP_Token_ClassTest extends TestCase
|
||||
/**
|
||||
* @ticket https://github.com/sebastianbergmann/php-code-coverage/issues/424
|
||||
*/
|
||||
public function testSomething()
|
||||
public function testAnonymousFunctionDoesNotAffectStartAndEndLineOfMethod()
|
||||
{
|
||||
$ts = new PHP_Token_Stream(TEST_FILES_PATH . 'php-code-coverage-issue-424.php');
|
||||
|
||||
|
@@ -1,32 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* This file is part of php-token-stream.
|
||||
*
|
||||
* (c) Sebastian Bergmann <sebastian@phpunit.de>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class PHP_TokenTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers PHP_Token::__construct
|
||||
* @covers PHP_Token::__toString
|
||||
*/
|
||||
public function testToString()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers PHP_Token::__construct
|
||||
* @covers PHP_Token::getLine
|
||||
*/
|
||||
public function testGetLine()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user