diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-05-21 09:42:38 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-05-21 09:42:38 +0200 |
commit | ae52a447e990cde99d76cfa584040b2e10e7ffac (patch) | |
tree | 79f619bdbc6aad46dc836abeb15037cf33766b06 /Test | |
parent | 029571e80d5fff1f9476e5210ca4bd1b3f2b2229 (diff) | |
download | View-ae52a447e990cde99d76cfa584040b2e10e7ffac.zip View-ae52a447e990cde99d76cfa584040b2e10e7ffac.tar.gz View-ae52a447e990cde99d76cfa584040b2e10e7ffac.tar.bz2 |
Move to PSR-1 and PSR-2.
Diffstat (limited to 'Test')
-rw-r--r-- | Test/Unit/Viewable.php | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Test/Unit/Viewable.php b/Test/Unit/Viewable.php index 200bec6..1ee42f0 100644 --- a/Test/Unit/Viewable.php +++ b/Test/Unit/Viewable.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2015, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -43,15 +43,13 @@ use Hoa\Test; * * Test suite of the interface. * - * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2015 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Hoa community * @license New BSD License */ - -class Viewable extends Test\Unit\Suite { - - public function case_interface ( ) { - +class Viewable extends Test\Unit\Suite +{ + public function case_interface() + { $this ->when($result = new \Mock\Hoa\View\Viewable()) ->object($result) |