You are here

README.txt in Entity Update 8

Test for the module Entity Update
---------------------------------

Content Entity  : OK
Config Entity   : OK

SimpleTests
-----------

# Test with result on web browser.
HOST="http://drupal.loc/";
php core/scripts/run-tests.sh --browser --url $HOST --verbose --class \
"Drupal\entity_update_tests\Tests\EntityUpdateInstallUninstallTest"

php core/scripts/run-tests.sh --browser --url $HOST --verbose --class \
"Drupal\entity_update_tests\Tests\EntityUpdateUIAccessTest"

php core/scripts/run-tests.sh --browser --url $HOST --verbose --class \
"Drupal\entity_update_tests\Tests\EntityUpdateFunctionsTest"

php core/scripts/run-tests.sh --browser --url $HOST --verbose --class \
"Drupal\entity_update_tests\Tests\EntityUpdateProgUpTest"

# Test without web browser.
php core/scripts/run-tests.sh --verbose --class \
"Drupal\entity_update_tests\Tests\EntityUpdateInstallUninstallTest"

php core/scripts/run-tests.sh --verbose --class \
"Drupal\entity_update_tests\Tests\EntityUpdateUIAccessTest"

php core/scripts/run-tests.sh --verbose --class \
"Drupal\entity_update_tests\Tests\EntityUpdateFunctionsTest"

php core/scripts/run-tests.sh --verbose --class \
"Drupal\entity_update_tests\Tests\EntityUpdateProgUpTest"

TODO : UI EXEC tests

File

modules/entity_update_tests/README.txt
View source
  1. Test for the module Entity Update
  2. ---------------------------------
  3. Content Entity : OK
  4. Config Entity : OK
  5. SimpleTests
  6. -----------
  7. # Test with result on web browser.
  8. HOST="http://drupal.loc/";
  9. php core/scripts/run-tests.sh --browser --url $HOST --verbose --class \
  10. "Drupal\entity_update_tests\Tests\EntityUpdateInstallUninstallTest"
  11. php core/scripts/run-tests.sh --browser --url $HOST --verbose --class \
  12. "Drupal\entity_update_tests\Tests\EntityUpdateUIAccessTest"
  13. php core/scripts/run-tests.sh --browser --url $HOST --verbose --class \
  14. "Drupal\entity_update_tests\Tests\EntityUpdateFunctionsTest"
  15. php core/scripts/run-tests.sh --browser --url $HOST --verbose --class \
  16. "Drupal\entity_update_tests\Tests\EntityUpdateProgUpTest"
  17. # Test without web browser.
  18. php core/scripts/run-tests.sh --verbose --class \
  19. "Drupal\entity_update_tests\Tests\EntityUpdateInstallUninstallTest"
  20. php core/scripts/run-tests.sh --verbose --class \
  21. "Drupal\entity_update_tests\Tests\EntityUpdateUIAccessTest"
  22. php core/scripts/run-tests.sh --verbose --class \
  23. "Drupal\entity_update_tests\Tests\EntityUpdateFunctionsTest"
  24. php core/scripts/run-tests.sh --verbose --class \
  25. "Drupal\entity_update_tests\Tests\EntityUpdateProgUpTest"
  26. TODO : UI EXEC tests