Skip to content

Instantly share code, notes, and snippets.

@fezfez
Created January 14, 2016 15:18
Show Gist options
  • Save fezfez/f96a2ab6c921905a0fdf to your computer and use it in GitHub Desktop.
Save fezfez/f96a2ab6c921905a0fdf to your computer and use it in GitHub Desktop.

Revisions

  1. fezfez renamed this gist Jan 14, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. fezfez renamed this gist Jan 14, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Explod phpunit → Explode phpunit
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    namespace Bug;

    class ExpodeTest extends \PHPUnit_Framework_TestCase
    class ExplodeTest extends \PHPUnit_Framework_TestCase
    {
    public function testTest()
    {
  3. fezfez created this gist Jan 14, 2016.
    60 changes: 60 additions & 0 deletions Explod phpunit
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,60 @@
    <?php

    namespace Bug;

    class ExpodeTest extends \PHPUnit_Framework_TestCase
    {
    public function testTest()
    {
    var_dump(
    (function() {
    return 'test';
    },
    (function() {
    return 'test';
    },
    (function() {
    return 'test';
    },
    (function() {
    return 'test';
    },
    (function() {
    return 'test';
    },
    (function() {
    return 'test';
    },
    (function() {
    return 'test';
    },
    (function() {
    return 'test';
    },
    (function() {
    return 'test';
    },
    (function() {
    return 'test';
    },
    (function() {
    return 'test';
    },
    (function() {
    return 'test';
    },
    (function() {
    return 'test';
    },
    (function() {
    return 'test';
    },
    (function() {
    return 'test';
    },
    (function() {
    return 'test';
    }
    );exit;
    }
    }