Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeerickson committed Apr 18, 2019
1 parent d046ef1 commit 94c568d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file modified builds/laravel-craftsman
Binary file not shown.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codedungeon/laravel-craftsman",
"version": "1.0.13",
"version": "1.1.1",
"description": "Laravel Craftsman",
"keywords": [
"framework",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "laravel-craftsman",
"version": "1.0.13",
"build": "126",
"version": "1.1.1",
"build": "128",
"description": "Laravel Craftsman",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/CraftFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ public function should_craft_factory_using_custom_template()

$this->assertFileContainsString($filename, "testMethod");

// $this->fs->rmdir("database/factories");
$this->fs->rmdir("database/factories");
}
}
2 changes: 1 addition & 1 deletion tests/Feature/CraftMigrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function should_build_complex_field_data()

$this->assertFileContainsString($lastFilename, "\$table->string('first_name',20)->nullable();");

unlink($lastFilename);
$this->fs->rmdir("database/migrations");
}


Expand Down

0 comments on commit 94c568d

Please sign in to comment.