Skip to content

Commit 9dc9100

Browse files
author
AFN
committed
PhpUnit is included to the development enviroment
1 parent f2b55e8 commit 9dc9100

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

db/ib_logfile0

0 Bytes
Binary file not shown.

db/ibdata1

0 Bytes
Binary file not shown.

docker/server/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,12 @@ RUN rm -rf /sbin/sln \
231231
; rm -rf /var/cache/{ldconfig,yum}/*
232232

233233

234+
# -----------------------------------------------------------------------------
235+
# Composer download some libraries
236+
# -----------------------------------------------------------------------------
237+
RUN composer require --dev phpunit/phpunit ^7
238+
239+
234240
# -----------------------------------------------------------------------------
235241
# END
236242
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)