@@ -174,7 +174,7 @@ public function testSpelling()
174
174
$ this ->assertTrue ($ doc ->elementExists ($ path , $ file ));
175
175
$ element = $ doc ->getElement ($ path , $ file );
176
176
177
- $ this ->assertNotEquals ( ' false ' , $ element ->getAttribute ('w:val ' ));
177
+ $ this ->assertSame ( ' true ' , $ element ->getAttribute ('w:val ' ));
178
178
}
179
179
180
180
/**
@@ -193,7 +193,7 @@ public function testEvenAndOddHeaders()
193
193
$ this ->assertTrue ($ doc ->elementExists ($ path , $ file ));
194
194
195
195
$ element = $ doc ->getElement ($ path , $ file );
196
- $ this ->assertNotEquals ( ' false ' , $ element ->getAttribute ('w:val ' ));
196
+ $ this ->assertSame ( ' true ' , $ element ->getAttribute ('w:val ' ));
197
197
}
198
198
199
199
/**
@@ -247,7 +247,7 @@ public function testMirrorMargins()
247
247
$ this ->assertTrue ($ doc ->elementExists ($ path , $ file ));
248
248
249
249
$ element = $ doc ->getElement ($ path , $ file );
250
- $ this ->assertNotEquals ( ' false ' , $ element ->getAttribute ('w:val ' ));
250
+ $ this ->assertSame ( ' true ' , $ element ->getAttribute ('w:val ' ));
251
251
}
252
252
253
253
/**
@@ -290,7 +290,7 @@ public function testTrackRevisions()
290
290
$ this ->assertTrue ($ doc ->elementExists ($ path , $ file ));
291
291
292
292
$ element = $ doc ->getElement ($ path , $ file );
293
- $ this ->assertNotEquals ( ' false ' , $ element ->getAttribute ('w:val ' ));
293
+ $ this ->assertSame ( ' true ' , $ element ->getAttribute ('w:val ' ));
294
294
}
295
295
296
296
/**
@@ -309,7 +309,7 @@ public function testDoNotTrackMoves()
309
309
$ this ->assertTrue ($ doc ->elementExists ($ path , $ file ));
310
310
311
311
$ element = $ doc ->getElement ($ path , $ file );
312
- $ this ->assertNotEquals ( ' false ' , $ element ->getAttribute ('w:val ' ));
312
+ $ this ->assertSame ( ' true ' , $ element ->getAttribute ('w:val ' ));
313
313
}
314
314
315
315
/**
@@ -328,7 +328,7 @@ public function testDoNotTrackFormatting()
328
328
$ this ->assertTrue ($ doc ->elementExists ($ path , $ file ));
329
329
330
330
$ element = $ doc ->getElement ($ path , $ file );
331
- $ this ->assertNotEquals ( ' false ' , $ element ->getAttribute ('w:val ' ));
331
+ $ this ->assertSame ( ' true ' , $ element ->getAttribute ('w:val ' ));
332
332
}
333
333
334
334
public function testAutoHyphenation ()
@@ -344,7 +344,7 @@ public function testAutoHyphenation()
344
344
$ this ->assertTrue ($ doc ->elementExists ($ path , $ file ));
345
345
346
346
$ element = $ doc ->getElement ($ path , $ file );
347
- $ this ->assertNotEquals ( ' false ' , $ element ->getAttribute ('w:val ' ));
347
+ $ this ->assertSame ( ' true ' , $ element ->getAttribute ('w:val ' ));
348
348
}
349
349
350
350
public function testConsecutiveHyphenLimit ()
@@ -392,6 +392,6 @@ public function testDoNotHyphenateCaps()
392
392
$ this ->assertTrue ($ doc ->elementExists ($ path , $ file ));
393
393
394
394
$ element = $ doc ->getElement ($ path , $ file );
395
- $ this ->assertNotEquals ( ' false ' , $ element ->getAttribute ('w:val ' ));
395
+ $ this ->assertSame ( ' true ' , $ element ->getAttribute ('w:val ' ));
396
396
}
397
397
}
0 commit comments