1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

LiteralTest is incomplete

This commit is contained in:
Jordi Boggiano 2011-07-21 12:16:24 +02:00
parent 825deff09f
commit 2d1f8fbe70

View file

@ -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?');
}
}