Bladeren bron

Update README.

Daniele Alessandri 13 jaren geleden
bovenliggende
commit
1e8446ef63
2 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1 1
      README.md
  2. 2 2
      tests/README.md

+ 1 - 1
README.md

@@ -161,7 +161,7 @@ Redis up and running, integration tests can be disabled. By default, the test su
 configured to execute integration tests using the server profile for Redis v2.4 (which
 is the current stable version of Redis). You can optionally run the suite against a
 Redis instance built from the `unstable` branch with the development profile by changing
-the `TEST_SERVER_VERSION` to `dev` in the `phpunit.xml` file. More details about testing
+the `REDIS_SERVER_VERSION` to `dev` in the `phpunit.xml` file. More details about testing
 Predis are available in `tests/README.md`.
 
 ## Contributing ##

+ 2 - 2
tests/README.md

@@ -47,13 +47,13 @@ and certain abstractions implemented in Predis that depend on them. These tests
 identified by the __connected__ group.
 
 Integration tests for commands that are not defined in the specified server profile
-(see the value of the `TEST_SERVER_VERSION` constant in `phpunit.xml`) are marked
+(see the value of the `REDIS_SERVER_VERSION` constant in `phpunit.xml`) are marked
 as __skipped__ automatically.
 
 By default, the test suite is configured to execute integration tests using the
 server profile for Redis v2.4 (which is the current stable version of Redis). You
 can optionally run the suite against a Redis instance built from the `unstable`
-branch with the development profile by changing the `TEST_SERVER_VERSION` to `dev`
+branch with the development profile by changing the `REDIS_SERVER_VERSION` to `dev`
 in the `phpunit.xml` file.
 
 If you do not have a Redis instance up and running or available for testing, you