Skip to content

Instantly share code, notes, and snippets.

View ioanszabo's full-sized avatar

Szabo Ioan ioanszabo

  • Oradea
View GitHub Profile
@ioanszabo
ioanszabo / ArrayGroupByOnKeyTest.php
Last active June 16, 2018 15:35 — forked from mcaskill/Function.Array-Group-By.php
PHP : Groups an array by a given key
<?php
use PHPUnit\Framework\TestCase;
/**
* Created by PhpStorm.
* User: szabo
* Date: 16.06.2018
* Time: 17:03
*/
class ArrayGroupByOnKeyTest extends TestCase {