| Server IP : 127.0.1.1 / Your IP : 216.73.216.152 Web Server : Apache/2.4.52 (Ubuntu) System : Linux bahcrestlinepropertiesllc 5.15.0-113-generic #123-Ubuntu SMP Mon Jun 10 08:16:17 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/bahcrestline/core/vendor/mockery/mockery/ |
Upload File : |
vendor/composer/installed.json: composer.json composer install .PHONY: deps deps: vendor/composer/installed.json .PHONY: test test: deps php vendor/bin/phpunit .PHONY: apidocs apidocs: docs/api/index.html phpDocumentor.phar: wget https://github.com/phpDocumentor/phpDocumentor2/releases/download/v3.0.0-alpha.3/phpDocumentor.phar wget https://github.com/phpDocumentor/phpDocumentor2/releases/download/v3.0.0-alpha.3/phpDocumentor.phar.pubkey library_files=$(shell find library -name '*.php') docs/api/index.html: vendor/composer/installed.json $(library_files) phpDocumentor.phar php phpDocumentor.phar run -d library -t docs/api .PHONY: test-all test-all: test-73 test-72 test-71 test-70 test-56 .PHONY: test-all-7 test-all-7: test-73 test-72 test-71 test-70 .PHONY: test-73 test-73: deps docker run -it --rm -v "$$PWD":/opt/mockery -w /opt/mockery php:7.3-cli php vendor/bin/phpunit .PHONY: test-72 test-72: deps docker run -it --rm -v "$$PWD":/opt/mockery -w /opt/mockery php:7.2-cli php vendor/bin/phpunit .PHONY: test-71 test-71: deps docker run -it --rm -v "$$PWD":/opt/mockery -w /opt/mockery php:7.1-cli php vendor/bin/phpunit .PHONY: test-70 test-70: deps docker run -it --rm -v "$$PWD":/opt/mockery -w /opt/mockery php:7.0-cli php vendor/bin/phpunit .PHONY: test-56 test-56: build56 docker run -it --rm \ -v "$$PWD/library":/opt/mockery/library \ -v "$$PWD/tests":/opt/mockery/tests \ -v "$$PWD/phpunit.xml.dist":/opt/mockery/phpunit.xml \ -w /opt/mockery \ mockery_php56 \ php vendor/bin/phpunit .PHONY: build56 build56: docker build -t mockery_php56 -f "$$PWD/docker/php56/Dockerfile" .