Skip to content

Instantly share code, notes, and snippets.

@jaimeguzman
Created June 9, 2015 21:13
Show Gist options
  • Select an option

  • Save jaimeguzman/381d17ea291404aec8ee to your computer and use it in GitHub Desktop.

Select an option

Save jaimeguzman/381d17ea291404aec8ee to your computer and use it in GitHub Desktop.
Run some drupal test for issue #2477213
php core/scripts/run-tests.sh --url http://drupal8.loc/ --color --verbose --class "Drupal\system\Tests\Session\AccountSwitcherTest" &
php core/scripts/run-tests.sh --url http://drupal8.loc/ --color --verbose --class "Drupal\Tests\Core\Session\UserSessionTest" &
php core/scripts/run-tests.sh --url http://drupal8.loc/ --color --verbose --class "Drupal\Tests\Core\Session\AnonymousUserSessionTest" &
php core/scripts/run-tests.sh --url http://drupal8.loc/ --color --verbose --class "Drupal\Tests\Core\Session\PermissionsHashTest" &
#Drupal\Tests\Core\PageCache\NoSessionOpenTest 1 passes
php core/scripts/run-tests.sh --url http://drupal8.loc/ --color --verbose --class "Drupal\Tests\Core\Session\SessionConfigurationTest"
#Drupal\Tests\Core\Session\UserSessionTest 4 passes
php core/scripts/run-tests.sh --url http://drupal8.loc/ --color --verbose --class "Drupal\Tests\Core\Session\UserSessionTest" &
#
php core/scripts/run-tests.sh --url http://drupal8.loc/ --color --verbose --class "Drupal\Tests\Core\Session\WriteSafeSessionHandlerTest" &
#Drupal\Tests\Core\Session\WriteSafeSessionHandlerTest 8 passes
php core/scripts/run-tests.sh --url http://drupal8.loc/ --color --verbose --class "Drupal\Tests\Core\Session\AnonymousUserSessionTest" &
#Drupal\Tests\Core\Session\PermissionsHashTest 3 passes
php core/scripts/run-tests.sh --url http://drupal8.loc/ --color --verbose --class "Drupal\Tests\Core\Session\PermissionsHashTest" &
#Drupal\Tests\Core\Session\SessionConfigurationTest 68 passes
php core/scripts/run-tests.sh --url http://drupal8.loc/ --color --verbose --class "Drupal\Tests\Core\Session\SessionConfigurationTest" &
#Drupal\Tests\Core\Session\UserSessionTest 4 passes
php core/scripts/run-tests.sh --url http://drupal8.loc/ --color --verbose --class "Drupal\Tests\Core\Session\UserSessionTest" &
#Drupal\Tests\Core\Session\WriteSafeSessionHandlerTest 8 passe
php core/scripts/run-tests.sh --url http://drupal8.loc/ --color --verbose --class "Drupal\Tests\Core\Session\WriteSafeSessionHandlerTest"
#Drupal\Tests\Core\PageCache\NoSessionOpenTest 1 passes
php core/scripts/run-tests.sh --url http://drupal8.loc/ --color --verbose --class "Drupal\Tests\Core\PageCache\NoSessionOpenTest"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment