File tree Expand file tree Collapse file tree 3 files changed +6
-23
lines changed
Expand file tree Collapse file tree 3 files changed +6
-23
lines changed Original file line number Diff line number Diff line change 4040 run : |
4141 composer update laravel/framework
4242
43+ - name : Laravel version
44+ run : composer show laravel/framework
45+
4346 - name : Copy Local Package
4447 run : rsync -av --exclude='laravel-test-project' ./ laravel-test-project/packages/eren/laravel-commands/
4548
5760 php artisan config:clear
5861
5962 - name : Modify phpunit.xml to Include Package Tests
60- working-directory : laravel-test-project
6163 run : |
62- sed -i '/<\/testsuite>/i\ <directory suffix="Test.php">packages/eren/laravel-commands/src/Tests</directory>' phpunit.xml
64+ # sed -i '/<\/testsuite>/i\ <directory suffix="Test.php">packages/eren/laravel-commands/src/Tests</directory>' phpunit.xml
65+ rsync -av --exclude='laravel-test-project' ./src/Tests/ laravel-test-project/tests/Unit
6366
6467 - name : Run Tests
6568 working-directory : laravel-test-project
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Eren \ LaravelCommands \ Tests ;
3+ namespace Tests ;
44
55use Illuminate \Support \Facades \Artisan ;
66use Illuminate \Support \Facades \File ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments