Skip to content

Commit

Permalink
Merge branch '3.4' into 3.5
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jul 6, 2017
2 parents 3e9d360 + 7775907 commit c042bd8
Show file tree
Hide file tree
Showing 24 changed files with 7 additions and 805 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
@@ -1,11 +1,9 @@
* text=auto

# Ignore following folder/file.
/tests export-ignore
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
@@ -0,0 +1,4 @@
[submodule "core"]
path = core
url = https://github.com/orchestral/testbench-core.git
branch = 3.5
62 changes: 0 additions & 62 deletions .php_cs

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -13,7 +13,7 @@
],
"autoload-dev": {
"psr-4": {
"Orchestra\\Testbench\\Tests\\": "tests/"
"Orchestra\\Testbench\\Tests\\": "core/tests/"
}
},
"require": {
Expand Down
1 change: 1 addition & 0 deletions core
Submodule core added at f0f1fb
2 changes: 1 addition & 1 deletion phpunit.xml
Expand Up @@ -12,7 +12,7 @@

<testsuites>
<testsuite name="Orchestra\Testbench Test Suite">
<directory suffix="Test.php">./tests/</directory>
<directory suffix="Test.php">./core/tests/</directory>
</testsuite>
</testsuites>
<php>
Expand Down
48 changes: 0 additions & 48 deletions tests/ConfigTest.php

This file was deleted.

80 changes: 0 additions & 80 deletions tests/Databases/MigrateDatabaseTest.php

This file was deleted.

91 changes: 0 additions & 91 deletions tests/Databases/MigrateWithLaravelTest.php

This file was deleted.

0 comments on commit c042bd8

Please sign in to comment.