Refix unit testing for Laravel

Signed-off-by: crynobone <[email protected]>
This commit is contained in:
crynobone
2012-08-01 13:05:59 +08:00
parent 08fce4fbf8
commit d816eb9ef3
10 changed files with 209 additions and 80 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ class InputTest extends PHPUnit_Framework_TestCase {
{
$this->setSession();
$input = array('name' => 'Taylor');
$input = array('name' => 'Taylor', 'age' => 30);
Request::foundation()->request->add($input);
Input::flash();