Skip to content

Commit

Permalink
Updating test constants
Browse files Browse the repository at this point in the history
  • Loading branch information
dbellettini committed Mar 4, 2013
1 parent e2bff97 commit 46c6004
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Universibo/Bundle/LegacyBundle/Tests/TestConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

class TestConstants
{
const ADMIN_USERNAME = 'fgiardini';
const STUDENT_USERNAME = 'Dece';
const PROFESSOR_USERNAME = 'edenti';
const STAFF_USERNAME = 'maurizio.zani';
const COLLABORATOR_USERNAME = 'ossistyl';
const TUTOR_USERNAME = 'dtiles';
const ADMIN_USERNAME = 'admin';
const STUDENT_USERNAME = 'student';
const PROFESSOR_USERNAME = 'professor';
const STAFF_USERNAME = 'staff';
const COLLABORATOR_USERNAME = 'moderator';
const TUTOR_USERNAME = 'tutor';
const DUMMY_PASSWORD = 'padrino';
const DUMMY_PASSWORD2 = 'madrina';
const SELENIUM_URL = 'http://www.universibo.dev/app_dev.php';
Expand Down

0 comments on commit 46c6004

Please sign in to comment.