File tree Expand file tree Collapse file tree 1 file changed +1
-27
lines changed
setup/src/Magento/Setup/Test/Unit/Fixtures Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Original file line number Diff line number Diff line change @@ -41,35 +41,9 @@ public function testReindex()
41
41
$ this ->model ->reindex ($ outputMock );
42
42
}
43
43
44
- public function testLoadFixtures ()
45
- {
46
- // Necessary so that the FixtureModel has an ObjectManager instantiated otherwise this test fails.
47
- $ this ->model ->getObjectManager ();
48
- $ this ->model ->loadFixtures ();
49
- }
50
-
51
- public function testGetParamLabels ()
52
- {
53
- $ this ->assertSame ([], $ this ->model ->getParamLabels ());
54
- }
55
-
56
- public function testGetFixtures ()
57
- {
58
- $ this ->assertSame ([], $ this ->model ->getFixtures ());
59
- }
60
-
61
- public function testInitObjectManager ()
62
- {
63
- $ this ->assertSame ($ this ->model , $ this ->model ->initObjectManager ());
64
- }
65
-
66
- public function testResetObjectManager ()
67
- {
68
- $ this ->assertSame ($ this ->model , $ this ->model ->resetObjectManager ());
69
- }
70
-
71
44
/**
72
45
* @expectedException \Exception
46
+ * @expectedExceptionMessage Profile configuration file `exception.file` is not readable or does not exists.
73
47
*/
74
48
public function testLoadConfigException ()
75
49
{
You can’t perform that action at this time.
0 commit comments