mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
LiteralTest is incomplete
This commit is contained in:
parent
825deff09f
commit
2d1f8fbe70
1 changed files with 3 additions and 2 deletions
|
@ -15,10 +15,11 @@ namespace Composer\Test\DependencyResolver;
|
|||
use Composer\DependencyResolver\Literal;
|
||||
use Composer\Package\MemoryPackage;
|
||||
|
||||
class SolvableTest extends \PHPUnit_Framework_TestCase
|
||||
class LiteralTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function testSolvable()
|
||||
public function testLiteral()
|
||||
{
|
||||
$literal = new Literal(new MemoryPackage('foo', '1'), true);
|
||||
$this->markTestIncomplete('Eh?');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue