فهرست منبع

Provide better name for test method

testMagicUppercase()? I don't know where I got that one from...
Just changed the method name to something more describring the
actual test.
Jurian Sluiman 13 سال پیش
والد
کامیت
49355b0881
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      test/RedisCommandsTest.php

+ 1 - 1
test/RedisCommandsTest.php

@@ -2076,7 +2076,7 @@ class RedisCommandTestSuite extends PHPUnit_Framework_TestCase {
         $this->assertGreaterThan(0, $this->redis->lastsave());
     }
 
-    function testMagicUppercase() {
+    function testUppercaseCommands() {
         $uppercase = $this->redis->getProfile()->supportsCommand('INFO');
         $lowercase = $this->redis->getProfile()->supportsCommand('info');
         $this->assertEquals($uppercase, $lowercase);