[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/tests/ -> update_validator_test.php (summary)

Provides the unit tests class and some helper classes

Copyright: 2013, 2015 David Mudrak <david@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 373 lines (19 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 lib/tests/fixtures/testable_update_validator.php

Defines 1 class

core_update_validator_testcase:: (7 methods):
  test_validate_files_layout()
  test_validate_version_php()
  test_validate_language_pack()
  test_validate_target_location()
  test_parse_version_php()
  test_messages_output()
  has_message()


Class: core_update_validator_testcase  - X-Ref

Unit tests for the {@link \core\update\validator} class

test_validate_files_layout()   X-Ref
No description

test_validate_version_php()   X-Ref
No description

test_validate_language_pack()   X-Ref
No description

test_validate_target_location()   X-Ref
No description

test_parse_version_php()   X-Ref
No description

test_messages_output()   X-Ref
No description

has_message(array $messages, $level, $msgcode, $addinfo = null)   X-Ref
Helper method for checking if the given message has been raised by the validator.

param: array $messages list of returned messages
param: string $level expected message severity level
param: string $msgcode expected message code
param: string|array $addinfo expected additional info
return: bool



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1