I hereby claim:
- I am alexhouse on github.
- I am alexhouse (https://keybase.io/alexhouse) on keybase.
- I have a public key ASBURHPy0po4Yc1UP3lX8go97cG4NQYuKaEiPIzya8XlZQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php | |
require_once 'Model.php'; | |
class BraceTest extends PHPUnit_Framework_TestCase { | |
public function testBraces() | |
{ | |
$params = array(1, 2, 3); | |
Model::load_something($params); | |
} | |
} |