Skip to content

Instantly share code, notes, and snippets.

<?php
/*
* Unit test of VideoCtrl class
* ----------------------------
* Author: Michal Dovičovič
*
*/
use Tester\Assert;
require __DIR__."/bootstrap.php";
use Mockery as m;