diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-06-26 22:31:22 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-06-26 22:31:22 +0200 |
commit | 8f490da4cb6ad4ffa2c75cfcbd0e7896cdb4cd8c (patch) | |
tree | 8b96fd5188c7cc2ffee7404fc865013018068413 /tests | |
parent | b8b7dbe7a459c3fe705ca0da8600c1a8544b27cc (diff) |
Comply styleguide
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mocks/autoloader.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mocks/autoloader.php b/tests/mocks/autoloader.php index 1fcba788f..be1c2220c 100644 --- a/tests/mocks/autoloader.php +++ b/tests/mocks/autoloader.php @@ -87,7 +87,7 @@ function autoload($class) return FALSE; } - throw new InvalidArgumentException("Unable to load $class."); + throw new InvalidArgumentException("Unable to load {$class}."); } include_once($file); |