From 6bde6edf8ca7e4378f068f8285b055f27ce88421 Mon Sep 17 00:00:00 2001 From: Samuel Akopyan Date: Mon, 11 Jan 2021 12:11:46 +0200 Subject: [PATCH] Changes in README about testing --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a90d16e..fbdacfd 100644 --- a/README.md +++ b/README.md @@ -182,8 +182,11 @@ or your may add additional section to your composer.json file: and then rum unit following command: ```bash composer tests vendor\\apphp\\laravel-datagrid\\tests\\TestDataGridMessage.php +composer tests vendor\\apphp\\laravel-datagrid\\tests\\TestDataGridPagination.php ``` +and so on... + ## Examples ### Controller code (full example)