Skip to content

Commit faa201f

Browse files
committed
PHP Unit
1 parent 43e4416 commit faa201f

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

phpunit.xml

-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
<testsuite name="Application">
2222
<directory suffix="Test.php">./tests</directory>
2323
</testsuite>
24-
<testsuite name="Laravel Streams">
25-
<directory suffix="Test.php">./vendor/streams/*/tests</directory>
26-
</testsuite>
2724
</testsuites>
2825

2926
<php>

public/mix-manifest.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
"/js/app.js": "/js/app.js"
3-
}
1+
{}

server_deploy.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ echo "Deploying application..."
77
(php artisan down --message 'This app is being (quickly!) updated. Please try again in one moment.') || true
88

99
# Update codebase
10-
git fetch origin deploy
11-
git reset --hard origin/deploy
10+
git fetch origin production
11+
git reset --hard origin/production
1212

1313
# Install dependencies based on lock file
1414
composer install --no-interaction --prefer-dist --optimize-autoloader

streams/docs.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
"regex:/[0-9]{2,3}/"
2828
]
2929
},
30-
"title": "text",
30+
"title": {
31+
"type": "text"
32+
},
3133
"intro": "textarea",
3234
"body": "markdown",
3335
"category": {

0 commit comments

Comments
 (0)