diff options
author | Andrey Andreev <narf@devilix.net> | 2016-12-08 11:21:40 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-12-08 11:23:48 +0100 |
commit | 2eee8705dee6f3d9f12d0826f13d31bac8b4dcd5 (patch) | |
tree | c19b89f21545a68cbddf9918578cd3452a12d5bc /tests/mocks | |
parent | 5d6e77b092ca8f1700a7407bf59bcab6b0e30808 (diff) |
Merge pull request #4932 from rhynodesigns/patch-1
[ci skip] Fix a comment typo in unit tests
Diffstat (limited to 'tests/mocks')
-rw-r--r-- | tests/mocks/autoloader.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mocks/autoloader.php b/tests/mocks/autoloader.php index 33942768d..11825de2c 100644 --- a/tests/mocks/autoloader.php +++ b/tests/mocks/autoloader.php @@ -1,6 +1,6 @@ <?php -// This autoloader provide convinient way to working with mock object +// This autoloader provide convenient way to working with mock object // make the test looks natural. This autoloader support cascade file loading as well // within mocks directory. // @@ -116,4 +116,4 @@ function autoload($class) } include_once($file); -}
\ No newline at end of file +} |