1
0
Fork 0

LiteralTest is incomplete

pull/8/merge
Jordi Boggiano 2011-07-21 12:16:24 +02:00
parent 825deff09f
commit 2d1f8fbe70
1 changed files with 3 additions and 2 deletions

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