Created
June 9, 2015 21:13
-
-
Save jaimeguzman/381d17ea291404aec8ee to your computer and use it in GitHub Desktop.
Run some drupal test for issue #2477213
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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