From 2736363ee264e48d9c5c9d12259104aa9f5d1a17 Mon Sep 17 00:00:00 2001
From: Sean Madsen <sean@seanmadsen.com>
Date: Fri, 20 Oct 2017 13:59:32 -0400
Subject: [PATCH] Improve markdown

---
 docs/testing/phpunit.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/testing/phpunit.md b/docs/testing/phpunit.md
index ffae14bd..a8533b84 100644
--- a/docs/testing/phpunit.md
+++ b/docs/testing/phpunit.md
@@ -98,7 +98,7 @@ rollback automatically at the end of the test.
 
 !!! warning
     Schema changes in your test will cause an auto-commit of all changes, and
-    therefore the transaction will be ignored. This includes TRUNCATE TABLE,
+    therefore the transaction will be ignored. This includes `TRUNCATE TABLE`,
     because this implicitly drops and re-creates the table. If your tests create
     custom tables or change the database schema please be aware you may need to
     manually reset it.
-- 
GitLab