Skip to content

Commit

Permalink
Whitespaces are paramount + test suite fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jan 27, 2022
1 parent c386ced commit a176654
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="Konekt Enum Eloquent Binding Test Suite">
<directory suffix=".php">./tests</directory>
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
</phpunit>
</phpunit>
1 change: 1 addition & 0 deletions src/CastsEnums.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the CastsEnums trait.
*
Expand Down
1 change: 1 addition & 0 deletions src/EnumsAreCompatibleWithLaravelForms.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the EnumsAreCompatibleWithLaravelForms trait.
*
Expand Down
1 change: 1 addition & 0 deletions tests/AAASmokeTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the AAASmokeTest.php class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/DynamicClassResolverTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the DynamicClassResolverTest class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/EnumAccessorTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the EnumAccessorTest class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/EnumMutatorTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the EnumMutatorTest class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/EnumToArrayTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the EnumAccessorTest class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Models/Address.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the Address class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Models/AddressStatus.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the AddressStatus class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Models/AddressStatusResolver.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the AddressStatusResolver class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Models/AddressType.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the AddressType class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Models/Client.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the Client model class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Models/Eloquent.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the Squirrel class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Models/EloquentType.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the EloquentType enum class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Models/EloquentTypeProxy.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the EloquentTypeProxy class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Models/Extended/Address.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the Address class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Models/Order.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the Order model class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Models/OrderStatus.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the OrderStatus class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Models/OrderStatusV2.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the OrderStatus class with Enum version 2 default.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Models/OrderStatusVX.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the OrderStatus class with Enum version 2 and 3 default.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Models/OrderV2.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the Order model class for Enum version 2 default.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Models/OrderVX.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the Order model class for Enum version 2 and 3 default.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Resolvers/AddressTypeResolver.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the AddressTypeResolver class.
*
Expand Down
1 change: 1 addition & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* Contains the TestCase class.
*
Expand Down

0 comments on commit a176654

Please sign in to comment.