ArrayHelperTest.php 219 B

1234567891011
  1. <?php
  2. use fphammerle\yii2\ClientCertAuth;
  3. class ClientCertAuthTest extends \PHPUnit_Framework_TestCase
  4. {
  5. public function testFlattenEmpty()
  6. {
  7. $this->assertEquals('bar', ClientCertAuth::foo());
  8. }
  9. }