@@ -65,7 +65,6 @@ public function setUp()
65
65
/**
66
66
* Testing the Get Method.
67
67
*
68
- * @covers \BinaryCube\DotArray\DotPathTrait
69
68
* @covers \BinaryCube\DotArray\DotArray::get
70
69
* @covers \BinaryCube\DotArray\DotArray::toArray
71
70
* @covers \BinaryCube\DotArray\DotArray::<protected>
@@ -107,7 +106,6 @@ public function testGet()
107
106
/**
108
107
* Testing the Set Method.
109
108
*
110
- * @covers \BinaryCube\DotArray\DotPathTrait
111
109
* @covers \BinaryCube\DotArray\DotArray::set
112
110
* @covers \BinaryCube\DotArray\DotArray::toArray
113
111
* @covers \BinaryCube\DotArray\DotArray::<protected>
@@ -165,7 +163,6 @@ public function testSet()
165
163
/**
166
164
* Testing the Has Method.
167
165
*
168
- * @covers \BinaryCube\DotArray\DotPathTrait
169
166
* @covers \BinaryCube\DotArray\DotArray::has
170
167
* @covers \BinaryCube\DotArray\DotArray::<protected>
171
168
* @covers \BinaryCube\DotArray\DotArray::<static>
@@ -196,7 +193,6 @@ public function testHas()
196
193
/**
197
194
* Testing the isEmpty Method.
198
195
*
199
- * @covers \BinaryCube\DotArray\DotPathTrait
200
196
* @covers \BinaryCube\DotArray\DotArray::isEmpty
201
197
* @covers \BinaryCube\DotArray\DotArray::<protected>
202
198
* @covers \BinaryCube\DotArray\DotArray::<static>
@@ -227,7 +223,6 @@ public function testIsEmpty()
227
223
/**
228
224
* Testing the Delete Method.
229
225
*
230
- * @covers \BinaryCube\DotArray\DotPathTrait
231
226
* @covers \BinaryCube\DotArray\DotArray::delete
232
227
* @covers \BinaryCube\DotArray\DotArray::<protected>
233
228
* @covers \BinaryCube\DotArray\DotArray::<static>
@@ -263,7 +258,6 @@ public function testDelete()
263
258
/**
264
259
* Testing the Clear Method.
265
260
*
266
- * @covers \BinaryCube\DotArray\DotPathTrait
267
261
* @covers \BinaryCube\DotArray\DotArray::clear
268
262
* @covers \BinaryCube\DotArray\DotArray::<protected>
269
263
* @covers \BinaryCube\DotArray\DotArray::<static>
@@ -292,7 +286,6 @@ public function testClear()
292
286
/**
293
287
* Testing the Merge Method.
294
288
*
295
- * @covers \BinaryCube\DotArray\DotPathTrait
296
289
* @covers \BinaryCube\DotArray\DotArray::merge
297
290
* @covers \BinaryCube\DotArray\DotArray::<protected>
298
291
* @covers \BinaryCube\DotArray\DotArray::<static>
@@ -385,7 +378,6 @@ public function testMerge()
385
378
/**
386
379
* Testing the Count Method.
387
380
*
388
- * @covers \BinaryCube\DotArray\DotPathTrait
389
381
* @covers \BinaryCube\DotArray\DotArray::count
390
382
* @covers \BinaryCube\DotArray\DotArray::<protected>
391
383
* @covers \BinaryCube\DotArray\DotArray::<static>
@@ -407,7 +399,6 @@ public function testCount()
407
399
/**
408
400
* Testing the Find Method.
409
401
*
410
- * @covers \BinaryCube\DotArray\DotPathTrait
411
402
* @covers \BinaryCube\DotArray\DotFilteringTrait
412
403
* @covers \BinaryCube\DotArray\DotArray::find
413
404
* @covers \BinaryCube\DotArray\DotArray::<protected>
@@ -448,7 +439,6 @@ function () {
448
439
/**
449
440
* Testing the Filter Method.
450
441
*
451
- * @covers \BinaryCube\DotArray\DotPathTrait
452
442
* @covers \BinaryCube\DotArray\DotFilteringTrait
453
443
* @covers \BinaryCube\DotArray\DotArray::filter
454
444
* @covers \BinaryCube\DotArray\DotArray::<protected>
@@ -474,7 +464,6 @@ function ($value) {
474
464
/**
475
465
* Testing the FilterBy Method.
476
466
*
477
- * @covers \BinaryCube\DotArray\DotPathTrait
478
467
* @covers \BinaryCube\DotArray\DotFilteringTrait
479
468
* @covers \BinaryCube\DotArray\DotArray::filterBy
480
469
* @covers \BinaryCube\DotArray\DotArray::<protected>
@@ -586,7 +575,6 @@ function ($value) {
586
575
/**
587
576
* Testing the Where Method.
588
577
*
589
- * @covers \BinaryCube\DotArray\DotPathTrait
590
578
* @covers \BinaryCube\DotArray\DotFilteringTrait
591
579
* @covers \BinaryCube\DotArray\DotArray::where
592
580
* @covers \BinaryCube\DotArray\DotArray::<protected>
@@ -661,7 +649,6 @@ function ($value) {
661
649
/**
662
650
* Testing the First Method.
663
651
*
664
- * @covers \BinaryCube\DotArray\DotPathTrait
665
652
* @covers \BinaryCube\DotArray\DotArray::first
666
653
* @covers \BinaryCube\DotArray\DotArray::<protected>
667
654
* @covers \BinaryCube\DotArray\DotArray::<static>
@@ -716,10 +703,9 @@ public function testToJson()
716
703
/**
717
704
* Testing the toFlat Method.
718
705
*
719
- * @covers \BinaryCube\DotArray\DotPathTrait
720
- * @covers \BinaryCube\DotArray\DotPathTrait::flatten
721
- * @covers \BinaryCube\DotArray\DotPathTrait::dotPathPattern
722
- * @covers \BinaryCube\DotArray\DotPathTrait::wrapSegmentKey
706
+ * @covers \BinaryCube\DotArray\DotArray::flatten
707
+ * @covers \BinaryCube\DotArray\DotArray::dotPathPattern
708
+ * @covers \BinaryCube\DotArray\DotArray::wrapSegmentKey
723
709
* @covers \BinaryCube\DotArray\DotArray::toFlat
724
710
* @covers \BinaryCube\DotArray\DotArray::<protected>
725
711
* @covers \BinaryCube\DotArray\DotArray::<static>
0 commit comments