@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | public function testXsYearMonthDurationValid($duration, $message) { |
38 | 38 | $d = new xsYearMonthDuration($duration); |
39 | 39 | $e = (string)$d; |
40 | - $this->assertEquals($duration,$e,$message); |
|
40 | + $this->assertEquals($duration, $e, $message); |
|
41 | 41 | |
42 | 42 | } |
43 | 43 | |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | $d = new xsYearMonthDuration($duration); |
59 | 59 | $e = (string)$d; |
60 | 60 | $this->fail($message); |
61 | - }catch(\Exception $e){} |
|
61 | + } catch (\Exception $e) {} |
|
62 | 62 | } |
63 | 63 | |
64 | 64 | public function testXsYearMonthDurationInvalidDataProvider() { |
@@ -58,7 +58,7 @@ |
||
58 | 58 | $d = new xsYearMonthDuration($duration); |
59 | 59 | $e = (string)$d; |
60 | 60 | $this->fail($message); |
61 | - }catch(\Exception $e){} |
|
61 | + } catch(\Exception $e){} |
|
62 | 62 | } |
63 | 63 | |
64 | 64 | public function testXsYearMonthDurationInvalidDataProvider() { |
@@ -32,7 +32,7 @@ |
||
32 | 32 | } |
33 | 33 | |
34 | 34 | /** |
35 | - * @dataProvider testXsYearMonthDurationValidDataProvider |
|
35 | + * @dataProvider testXsYearMonthDurationValidDataProvider |
|
36 | 36 | */ |
37 | 37 | public function testXsYearMonthDurationValid($duration, $message) { |
38 | 38 | $d = new xsYearMonthDuration($duration); |