Skip to content

Commit

Permalink
simplify command
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Mancini committed Dec 14, 2016
1 parent b1fd75a commit 308b139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ scenario-test:
@php ./vendor/bin/phpunit --testsuite=scenario-tests

timeseries-test:
@php ./vendor/bin/phpunit -v TimeSeriesOperationsTest tests/functional/TimeSeriesOperationsTest.php
@php ./vendor/bin/phpunit tests/functional/TimeSeriesOperationsTest.php

install-deps:
@./composer install
Expand Down

0 comments on commit 308b139

Please sign in to comment.