Jamm\Memory\Tests\TestRedisServer::test_LASTSAVE PHP Метод

test_LASTSAVE() публичный Метод

public test_LASTSAVE ( )
    public function test_LASTSAVE()
    {
        $this->assertEquals("lastsave", $this->redis->LASTSAVE());
    }
TestRedisServer