Skip to content

Commit 6a9e577

Browse files
committed
Add dir for tests
1 parent 4ea43c8 commit 6a9e577

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@
99
"require": {
1010
"php": "^8.0"
1111
},
12+
"require-dev": {},
1213
"autoload": {
1314
"psr-4": {
1415
"InteractionDesignFoundation\\NovaUnlayerField\\": "src/"
1516
}
1617
},
18+
"autoload-dev": {
19+
"psr-4": {
20+
"Tests\\": "tests/"
21+
}
22+
},
1723
"extra": {
1824
"laravel": {
1925
"providers": [

src/Unlayer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Unlayer extends Code
2020
public $savingCallback;
2121

2222
/** @var string Height of the editor (with units) */
23-
public $height = '800px';
23+
public string $height = '800px';
2424

2525
/**
2626
* Specify Unlayer config

tests/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)