Skip to content

Commit

Permalink
remove outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Aug 14, 2015
1 parent 9e84615 commit 6335850
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Tests/Request/RenderTemplateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@ public function shouldAllowGetParametersSetInConstructor()
$this->assertSame(array('foo' => 'fooVal', 'bar' => 'barVal'), $request->getParameters());
}

/**
* @test
*/
public function shouldAllowGetContextSetInConstructor()
{
$request = new RenderTemplate('aTemplate', array('foo' => 'fooVal', 'bar' => 'barVal'));

$this->assertSame(array('foo' => 'fooVal', 'bar' => 'barVal'), $request->getContext());
}

/**
* @test
*/
Expand Down

0 comments on commit 6335850

Please sign in to comment.