Add Binary tests

This commit is contained in:
Romain Neutron 2012-04-13 11:23:04 +02:00
commit 3890100388
3 changed files with 93 additions and 2 deletions

View file

@ -0,0 +1,8 @@
<?php
namespace FFMpeg\Exception;
class BinaryNotFoundException extends \Exception
{
}