]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/README.md
fix formatting in test README
[nominatim.git] / test / README.md
index f663aa68128ae6716a5ef9c676295e2a048869b5..374a3dfad01b11a782387c5db8df8466658576e8 100644 (file)
@@ -24,6 +24,7 @@ tests for specific PHP functions.
 
 This test directory is sturctured as follows:
 
+```
  -+-   bdd         Functional API tests
   | \
   | +-  steps      Step implementations for test descriptions
@@ -34,7 +35,7 @@ This test directory is sturctured as follows:
   +-   php         PHP unit tests
   +-   scenes      Geometry test data
   +-   testdb      Base data for generating API test database
-
+```
 
 PHP Unit Tests
 ==============