File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 88
99methods (TestClassSetup )
1010function pkg_path(tc )
11- p = matlab .unittest .fixtures .PathFixture(fileparts(fileparts(mfilename(' fullpath' ))));
12- tc .applyFixture(p )
11+ fsp = matlab .unittest .fixtures .PathFixture(fileparts(fileparts(mfilename(' fullpath' ))));
12+ tc .applyFixture(fsp )
1313end
1414end
1515
Original file line number Diff line number Diff line change 88
99methods (TestClassSetup )
1010function pkg_path(tc )
11- p = matlab .unittest .fixtures .PathFixture(fileparts(fileparts(mfilename(' fullpath' ))));
12- tc .applyFixture(p )
11+ fsp = matlab .unittest .fixtures .PathFixture(fileparts(fileparts(mfilename(' fullpath' ))));
12+ tc .applyFixture(fsp )
1313end
1414end
1515
Original file line number Diff line number Diff line change 66
77methods (TestClassSetup )
88function pkg_path(tc )
9- p = matlab .unittest .fixtures .PathFixture(fileparts(fileparts(mfilename(' fullpath' ))));
10- tc .applyFixture(p )
9+ fsp = matlab .unittest .fixtures .PathFixture(fileparts(fileparts(mfilename(' fullpath' ))));
10+ tc .applyFixture(fsp )
1111end
1212end
1313
Original file line number Diff line number Diff line change 1919
2020methods (TestClassSetup )
2121function pkg_path(tc )
22- p = matlab .unittest .fixtures .PathFixture(fileparts(fileparts(mfilename(' fullpath' ))));
23- tc .applyFixture(p )
22+ fsp = matlab .unittest .fixtures .PathFixture(fileparts(fileparts(mfilename(' fullpath' ))));
23+ tc .applyFixture(fsp )
2424end
2525end
2626
Original file line number Diff line number Diff line change 1313
1414methods (TestClassSetup )
1515function pkg_path(tc )
16- p = matlab .unittest .fixtures .PathFixture(fileparts(fileparts(mfilename(' fullpath' ))));
17- tc .applyFixture(p )
16+ fsp = matlab .unittest .fixtures .PathFixture(fileparts(fileparts(mfilename(' fullpath' ))));
17+ tc .applyFixture(fsp )
1818end
1919end
2020
Original file line number Diff line number Diff line change 1616
1717methods (TestClassSetup )
1818function pkg_path(tc )
19- p = matlab .unittest .fixtures .PathFixture(fileparts(fileparts(mfilename(' fullpath' ))));
20- tc .applyFixture(p )
19+ fsp = matlab .unittest .fixtures .PathFixture(fileparts(fileparts(mfilename(' fullpath' ))));
20+ tc .applyFixture(fsp )
2121end
2222end
2323
You can’t perform that action at this time.
0 commit comments