diff --git a/test/poisson/CMakeLists.txt b/test/poisson/CMakeLists.txt
index 0a4f9897176e1aaa2a2864c23bf97135eb67261b..5eeae1a434b4051470540c44d766360d904b4fdd 100644
--- a/test/poisson/CMakeLists.txt
+++ b/test/poisson/CMakeLists.txt
@@ -75,6 +75,12 @@ dune_add_formcompiler_system_test(UFLFILE poisson_customfunction.ufl
                                   INIFILE poisson_customfunction.mini
                                   )
 
+# 13. Poisson Test Case: DG quadrilaterals with axiparallel mixin
+dune_add_formcompiler_system_test(UFLFILE poisson_dg_quadrilateral.ufl
+        BASENAME poisson_dg_axiparallel
+        INIFILE poisson_dg_axiparallel.mini
+        )
+
 # the reference vtk file
 add_executable(poisson_dg_ref reference_main.cc)
 set_target_properties(poisson_dg_ref PROPERTIES EXCLUDE_FROM_ALL 1)
diff --git a/test/poisson/poisson_dg_axiparallel.mini b/test/poisson/poisson_dg_axiparallel.mini
new file mode 100644
index 0000000000000000000000000000000000000000..1f2490eba8b1f2ce06fc150b5fb71972338c6502
--- /dev/null
+++ b/test/poisson/poisson_dg_axiparallel.mini
@@ -0,0 +1,17 @@
+__name = poisson_dg_axiparallel_{__exec_suffix}
+__exec_suffix = {__exec_symdiff}
+__exec_symdiff = numdiff, symdiff |expand num
+
+extension = 1.0 1.0
+cells = 32 32
+
+[wrapper.vtkcompare]
+name = {__name}
+extension = vtu
+
+[formcompiler]
+compare_l2errorsquared = 7e-7
+
+[formcompiler.r]
+numerical_jacobian = 1, 0 | expand num
+geometry_mixins = axiparallel