8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934c07d commit ac5c52bCopy full SHA for ac5c52b
src/Illuminate/Foundation/Testing/TestCase.php
@@ -9,13 +9,6 @@ abstract class TestCase extends PHPUnit_Framework_TestCase
9
{
10
use ApplicationTrait, AssertionsTrait, CrawlerTrait;
11
12
- /**
13
- * The Eloquent factory instance.
14
- *
15
- * @var \Illuminate\Database\Eloquent\Factory
16
- */
17
- protected $factory;
18
-
19
/**
20
* The callbacks that should be run before the application is destroyed.
21
*
@@ -42,10 +35,6 @@ public function setUp()
42
35
if (!$this->app) {
43
36
$this->refreshApplication();
44
37
}
45
46
- if (!$this->factory) {
47
- $this->factory = $this->app->make('Illuminate\Database\Eloquent\Factory');
48
- }
49
38
50
39
51
40
0 commit comments