Skip to content

Commit

Permalink
Prepare for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oanhnn committed Jul 14, 2020
1 parent a90c0eb commit bb27fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -38,7 +38,7 @@
"hashids/hashids": "^3.0|^4.0",
"jenssegers/optimus": "^1.0",
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.0|^9.0",
"phpunit/phpunit": "^8.5|^9.0",
"squizlabs/php_codesniffer": "^3.5"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/ServiceProviderTest.php
Expand Up @@ -32,7 +32,7 @@ public function testItShouldPublishVendorConfig()
$sourceFile = \dirname(\dirname(__DIR__)) . '/config/fakeid.php';
$targetFile = \base_path('config/fakeid.php');

$this->assertFileDoesNotExist($targetFile);
$this->assertFileNotExists($targetFile);

$this->artisan('vendor:publish', [
'--provider' => 'Laravel\\FakeId\\ServiceProvider',
Expand Down

0 comments on commit bb27fa3

Please sign in to comment.