@@ -148,35 +148,35 @@ public function testGetSetAutoFit()
148
148
149
149
public function testGetSetHAutoShrink ()
150
150
{
151
- $ object = new RichText ();
151
+ $ object = new RichText ();
152
152
153
- $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkHorizontal ());
154
- $ this ->assertNull ($ object ->getAutoShrinkHorizontal ());
153
+ $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkHorizontal ());
154
+ $ this ->assertNull ($ object ->hasAutoShrinkHorizontal ());
155
155
156
- $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkHorizontal (2 ));
157
- $ this ->assertNull ($ object ->getAutoShrinkHorizontal ());
156
+ $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkHorizontal (2 ));
157
+ $ this ->assertNull ($ object ->hasAutoShrinkHorizontal ());
158
158
159
- $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkHorizontal (true ));
160
- $ this ->assertTrue ($ object ->getAutoShrinkHorizontal ());
159
+ $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkHorizontal (true ));
160
+ $ this ->assertTrue ($ object ->hasAutoShrinkHorizontal ());
161
161
162
- $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkHorizontal (false ));
163
- $ this ->assertFalse ($ object ->getAutoShrinkHorizontal ());
162
+ $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkHorizontal (false ));
163
+ $ this ->assertFalse ($ object ->hasAutoShrinkHorizontal ());
164
164
}
165
165
public function testGetSetVAutoShrink ()
166
166
{
167
- $ object = new RichText ();
167
+ $ object = new RichText ();
168
168
169
- $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkVertical ());
170
- $ this ->assertNull ($ object ->getAutoShrinkVertical ());
169
+ $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkVertical ());
170
+ $ this ->assertNull ($ object ->hasAutoShrinkVertical ());
171
171
172
- $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkVertical (2 ));
173
- $ this ->assertNull ($ object ->getAutoShrinkVertical ());
172
+ $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkVertical (2 ));
173
+ $ this ->assertNull ($ object ->hasAutoShrinkVertical ());
174
174
175
- $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkVertical (true ));
176
- $ this ->assertTrue ($ object ->getAutoShrinkVertical ());
175
+ $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkVertical (true ));
176
+ $ this ->assertTrue ($ object ->hasAutoShrinkVertical ());
177
177
178
- $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkVertical (false ));
179
- $ this ->assertFalse ($ object ->getAutoShrinkVertical ());
178
+ $ this ->assertInstanceOf ('PhpOffice \\PhpPowerpoint \\Shape \\RichText ' , $ object ->setAutoShrinkVertical (false ));
179
+ $ this ->assertFalse ($ object ->hasAutoShrinkVertical ());
180
180
}
181
181
182
182
public function testGetSetHOverflow ()
0 commit comments