Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 1606ef9

Browse files
committed
Try to fix tests for travis
1 parent fed7f11 commit 1606ef9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
"autoload-dev": {
2424
"psr-4": {
2525
"Adldap\\Laravel\\Tests\\": "tests/"
26-
},
27-
"classmap": [
28-
"tests/stubs"
29-
]
26+
}
3027
}
3128
}

tests/stubs/migrations/2014_10_12_000000_create_users_table.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
namespace Adldap\Laravel\Tests\Stubs\Migrations;
4+
35
use Illuminate\Support\Facades\Schema;
46
use Illuminate\Database\Schema\Blueprint;
57
use Illuminate\Database\Migrations\Migration;

0 commit comments

Comments
 (0)