You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doctrine2 works on many database vendors; the tests can detect the presence of installed vendors, but you need at least one of those; the easier to install is SQLite.
19
+
20
+
If you're using Debian, or a Debian-derivate Linux distribution (like Ubuntu), you can install SQLite with:
21
+
22
+
sudo apt-get install sqlite
6
23
7
24
## Testing Lock-Support
8
25
@@ -14,12 +31,12 @@ Install Gearman with PHP as follows:
14
31
3. Start it up "gearmand -vvvv"
15
32
4. Install pecl/gearman by calling "gearman-beta"
16
33
17
-
You can then go into tests/ and start up two workers:
34
+
You can then go into `tests/` and start up two workers:
0 commit comments