Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Changing the username and password in test with the easier one.
Browse files Browse the repository at this point in the history
  • Loading branch information
bepitulaz committed Aug 15, 2017
1 parent 8ffa275 commit 9ad42cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/AppBundle/Controller/DashboardControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class DashboardControllerTest extends WebTestCase
public function testIndex()
{
$client = static::createClient(array(), array(
'PHP_AUTH_USER' => 'asep',
'PHP_AUTH_PW' => 'l3tm31n'
'PHP_AUTH_USER' => 'test',
'PHP_AUTH_PW' => 'test'
));

$crawler = $client->request('GET', '/');
Expand Down

0 comments on commit 9ad42cd

Please sign in to comment.