File tree Expand file tree Collapse file tree 13 files changed +27
-27
lines changed
fixture/database/migrations Expand file tree Collapse file tree 13 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 22
33namespace Illuminated \Testing \Asserts ;
44
5- use Illuminate \Support \Facades \File ;
65use Mockery ;
6+ use Illuminate \Support \Facades \File ;
77
88trait ArtisanAsserts
99{
Original file line number Diff line number Diff line change 22
33namespace Illuminated \Testing \Asserts ;
44
5- use Illuminate \Database \Eloquent \Relations \BelongsTo ;
65use Illuminate \Database \Eloquent \Relations \HasMany ;
6+ use Illuminate \Database \Eloquent \Relations \BelongsTo ;
77
88trait EloquentAsserts
99{
Original file line number Diff line number Diff line change 22
33namespace Illuminated \Testing \Asserts ;
44
5- use Illuminate \Support \Facades \File ;
65use Illuminate \Support \Str ;
6+ use Illuminate \Support \Facades \File ;
77
88trait FilesystemAsserts
99{
Original file line number Diff line number Diff line change 33namespace Illuminated \Testing ;
44
55use Illuminated \Testing \Asserts \ArtisanAsserts ;
6- use Illuminated \Testing \Asserts \CollectionAsserts ;
6+ use Illuminated \Testing \Asserts \LogFileAsserts ;
7+ use Illuminated \Testing \Helpers \ArtisanHelpers ;
78use Illuminated \Testing \Asserts \DatabaseAsserts ;
89use Illuminated \Testing \Asserts \EloquentAsserts ;
10+ use Illuminated \Testing \Asserts \ScheduleAsserts ;
911use Illuminated \Testing \Asserts \ExceptionAsserts ;
12+ use Illuminated \Testing \Asserts \CollectionAsserts ;
1013use Illuminated \Testing \Asserts \FilesystemAsserts ;
11- use Illuminated \Testing \Asserts \LogFileAsserts ;
1214use Illuminated \Testing \Asserts \ReflectionAsserts ;
13- use Illuminated \Testing \Asserts \ScheduleAsserts ;
14- use Illuminated \Testing \Asserts \ServiceProviderAsserts ;
1515use Illuminated \Testing \Helpers \ApplicationHelpers ;
16- use Illuminated \Testing \Helpers \ ArtisanHelpers ;
16+ use Illuminated \Testing \Asserts \ ServiceProviderAsserts ;
1717
1818trait TestingTools
1919{
Original file line number Diff line number Diff line change 22
33namespace Illuminated \Testing \TestingTools \Tests \Asserts ;
44
5- use ConfirmableTraitCommand ;
6- use ConfirmationCommand ;
75use GenericCommand ;
6+ use ConfirmationCommand ;
7+ use ConfirmableTraitCommand ;
88use Illuminated \Testing \TestingTools \Tests \TestCase ;
99
1010class ArtisanAssertsTest extends TestCase
Original file line number Diff line number Diff line change 22
33namespace Illuminated \Testing \TestingTools \Tests \Asserts ;
44
5- use Illuminated \Testing \TestingTools \Tests \TestCase ;
65use Post ;
6+ use Illuminated \Testing \TestingTools \Tests \TestCase ;
77
88class DatabaseAssertsTest extends TestCase
99{
Original file line number Diff line number Diff line change 22
33namespace Illuminated \Testing \TestingTools \Tests \Asserts ;
44
5- use Category ;
5+ use Post ;
66use Comment ;
7+ use Category ;
78use Illuminated \Testing \TestingTools \Tests \TestCase ;
8- use Post ;
99
1010class EloquentAssertsTest extends TestCase
1111{
Original file line number Diff line number Diff line change 22
33namespace Illuminated \Testing \TestingTools \Tests \Asserts ;
44
5- use Illuminated \Testing \TestingTools \Tests \TestCase ;
65use RuntimeException ;
6+ use Illuminated \Testing \TestingTools \Tests \TestCase ;
77
88class ExceptionAssertsTest extends TestCase
99{
Original file line number Diff line number Diff line change 22
33namespace Illuminated \Testing \TestingTools \Tests \Asserts ;
44
5+ use Post ;
56use Commentable ;
67use Illuminate \Console \Command ;
78use Illuminate \Database \Eloquent \Model ;
89use Illuminated \Testing \TestingTools \Tests \TestCase ;
9- use Post ;
1010
1111class ReflectionAssertsTest extends TestCase
1212{
Original file line number Diff line number Diff line change 22
33namespace Illuminated \Testing \TestingTools \Tests ;
44
5+ use Kernel ;
56use FixtureServiceProvider ;
6- use Illuminate \Contracts \Console \Kernel as KernelContract ;
77use Illuminate \Support \Facades \DB ;
88use Illuminated \Testing \TestingTools ;
9- use Kernel ;
9+ use Illuminate \ Contracts \ Console \ Kernel as KernelContract ;
1010
1111abstract class TestCase extends \Orchestra \Testbench \TestCase
1212{
You can’t perform that action at this time.
0 commit comments