Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vyuldashev committed Jun 8, 2018
1 parent 2235305 commit 1e86984
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
15 changes: 7 additions & 8 deletions composer.json
Expand Up @@ -20,20 +20,19 @@
}
],
"require": {
"php": ">=7.1",
"php": "^7.1",
"guzzlehttp/guzzle": "^6.3",
"laravel/framework": "5.6.*",
"netresearch/jsonmapper": "^1.3",
"symfony/property-access": "^4.0",
"symfony/serializer": "^4.0"
"netresearch/jsonmapper": "^1.4",
"symfony/property-access": "^4.1",
"symfony/serializer": "^4.1"
},
"require-dev": {
"codedungeon/phpunit-result-printer": "^0.6.0",
"fzaninotto/faker": "^1.6",
"fzaninotto/faker": "^1.7",
"league/flysystem-memory": "^1.0",
"mockery/mockery": "^1.0",
"mockery/mockery": "^1.1",
"orchestra/testbench": "^3.6",
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^7.2"
},
"autoload": {
"psr-4": {
Expand Down
5 changes: 2 additions & 3 deletions phpunit.xml
Expand Up @@ -7,8 +7,7 @@
convertWarningsToExceptions="true"
beStrictAboutTestsThatDoNotTestAnything="false"
processIsolation="false"
stopOnFailure="false"
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer">
stopOnFailure="false">
<testsuites>
<testsuite name="Unit Tests">
<directory suffix="Test.php">./tests/Unit</directory>
Expand All @@ -20,7 +19,7 @@
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="build/coverage" charset="UTF-8" highlight="true"/>
<log type="coverage-html" target="build/coverage"/>
<log type="coverage-clover" target="build/clover.xml"/>
</logging>
</phpunit>
1 change: 0 additions & 1 deletion tests/Unit/Conversation/ConversationManagerTest.php
Expand Up @@ -8,7 +8,6 @@
use FondBot\Channels\User;
use FondBot\Tests\TestCase;
use FondBot\Channels\Channel;
use FondBot\Conversation\Intent;
use FondBot\Conversation\Context;
use FondBot\Events\MessageReceived;
use FondBot\Tests\Mocks\FakeDriver;
Expand Down

0 comments on commit 1e86984

Please sign in to comment.