You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
namespace App\Tests;
use Liip\FunctionalTestBundle\Test\WebTestCase;
class FunctionalTestCase extends WebTestCase
{
protected $environment = 'testing';
public function testFoo()
{
$this->assertTrue(true);
}
}
Expected result
The test should pass or at least should be failing with a proper error message or deprecation warning
Actual result
test fail with You have requested a non-existent parameter "secret". error message.
The text was updated successfully, but these errors were encountered:
Preconditions
Steps to reproduce
Expected result
The test should pass or at least should be failing with a proper error message or deprecation warning
Actual result
test fail with
You have requested a non-existent parameter "secret".
error message.The text was updated successfully, but these errors were encountered: