Bachir Soussi Chiadmi 514f3bd89e security update link,module_filters,search_api_solr,ubercart,views 5 سال پیش
..
comment 85772b4ca7 security update for views 6 سال پیش
field 85772b4ca7 security update for views 6 سال پیش
handlers 85772b4ca7 security update for views 6 سال پیش
node 85772b4ca7 security update for views 6 سال پیش
plugins 85772b4ca7 security update for views 6 سال پیش
styles 85772b4ca7 security update for views 6 سال پیش
taxonomy 85772b4ca7 security update for views 6 سال پیش
test_handlers 85772b4ca7 security update for views 6 سال پیش
test_plugins 85772b4ca7 security update for views 6 سال پیش
user 85772b4ca7 security update for views 6 سال پیش
README.txt 85772b4ca7 security update for views 6 سال پیش
views_access.test 85772b4ca7 security update for views 6 سال پیش
views_ajax.test 85772b4ca7 security update for views 6 سال پیش
views_analyze.test 85772b4ca7 security update for views 6 سال پیش
views_argument_default.test 85772b4ca7 security update for views 6 سال پیش
views_argument_validator.test 514f3bd89e security update link,module_filters,search_api_solr,ubercart,views 5 سال پیش
views_basic.test 85772b4ca7 security update for views 6 سال پیش
views_cache.test 85772b4ca7 security update for views 6 سال پیش
views_cache.test.css ad76968844 merged views submodule 9 سال پیش
views_cache.test.js 85772b4ca7 security update for views 6 سال پیش
views_exposed_form.test 85772b4ca7 security update for views 6 سال پیش
views_glossary.test 85772b4ca7 security update for views 6 سال پیش
views_groupby.test 85772b4ca7 security update for views 6 سال پیش
views_handler_filter.test 514f3bd89e security update link,module_filters,search_api_solr,ubercart,views 5 سال پیش
views_handlers.test 85772b4ca7 security update for views 6 سال پیش
views_module.test 85772b4ca7 security update for views 6 سال پیش
views_pager.test 85772b4ca7 security update for views 6 سال پیش
views_plugin_localization_test.inc 85772b4ca7 security update for views 6 سال پیش
views_query.test 514f3bd89e security update link,module_filters,search_api_solr,ubercart,views 5 سال پیش
views_test.info 514f3bd89e security update link,module_filters,search_api_solr,ubercart,views 5 سال پیش
views_test.install ad76968844 merged views submodule 9 سال پیش
views_test.module 85772b4ca7 security update for views 6 سال پیش
views_test.views_default.inc 85772b4ca7 security update for views 6 سال پیش
views_translatable.test 85772b4ca7 security update for views 6 سال پیش
views_ui.test 85772b4ca7 security update for views 6 سال پیش
views_upgrade.test 85772b4ca7 security update for views 6 سال پیش
views_view.test 85772b4ca7 security update for views 6 سال پیش

README.txt

Views Tests
```````````
All of the tests may be executed with the following command:

$ scripts/run-tests.sh --color --url http://example.com/ --php `which php` --concurrency 4 --verbose --directory 'sites/all/modules/contrib/views/tests' 2> /dev/null

Explanation:
--color
Colorizes the output. Optional.
--url http://example.com/
The name of the Drupal 7 hostname used locally for running tests, e.g.
"http://drupal7.dev". Required.
--php `which php`
Tells the test runner the path to the PHP binary. Only necessary if the test
runner is unable to find the path automatically or to use an alternative
PHP binary. Optional.
--cuncurrency 4
Run multiple test processes simultaneously. Four appears to be a good
balance between melting the computer and improving performance. Optional.
--verbose
Display results for all of the assertion statements after the summary
details. Optional.
--directory 'sites/all/modules/contrib/views/tests'
Run all of the commands in the following directory. The path is relative to
the Drupal installation's root directory. This will run all of Views' tests
in one go, rather than either repeating the names of test groups or running
multiple commands. Optional.
2> /dev/null
Outputs all error messages to /dev/null, i.e. hides them. Optional.