Skip to content

Instantly share code, notes, and snippets.

View araiguma's full-sized avatar

Arai Yuki araiguma

View GitHub Profile
@araiguma
araiguma / CustomTest.php
Last active November 6, 2017 07:09
unit test of Araiguma\Common\Validator\Custom.php
<?php
namespace Test;
use \Phalcon\Validation;
use \Araiguma\Common\Validator\Custom;
use \Phalcon\Validation\Message;
class CustomTest extends \UnitTestCase
{
/**
@araiguma
araiguma / LengthTest.php
Last active November 6, 2017 06:55
Unit test of Araiguma\Common\Validator\Length
<?php
namespace Test;
use \Phalcon\Validation;
use \Araiguma\Common\Validator\Length;
use \Phalcon\Validation\Message;
class LengthTest extends \UnitTestCase
{
/**