예제 #1
0
 public function testCount()
 {
     $stream = new S\Stream($this->array);
     $this->assertEquals(4, $stream->count());
 }