diff options
author | Andrey Andreev <narf@devilix.net> | 2016-12-08 11:21:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-08 11:21:40 +0100 |
commit | b2eca2b79fc619e504d2af4ac7b081bdf497d130 (patch) | |
tree | 2107082dc63a342e4d24d7c40dc5f3ad4a9dbef8 | |
parent | bed5e97d94154088b601fac02a24fa784c6d19b5 (diff) | |
parent | 83424f9284815e816015a9e3f8326e410601c011 (diff) |
Merge pull request #4932 from rhynodesigns/patch-1
[ci skip] Fix a comment typo in unit tests
-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 +} |