@@ -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); |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | public function testxsUnsignedShortTestValid($duration, $message) { |
33 | 33 | $d = new xsUnsignedShort($duration); |
34 | 34 | $e = (string)$d; |
35 | - $this->assertEquals($duration,$e,$message); |
|
35 | + $this->assertEquals($duration, $e, $message); |
|
36 | 36 | |
37 | 37 | } |
38 | 38 | |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | $d = new xsUnsignedShort($duration); |
54 | 54 | $e = (string)$d; |
55 | 55 | $this->fail($message); |
56 | - }catch(\Exception $e){} |
|
56 | + } catch (\Exception $e) {} |
|
57 | 57 | } |
58 | 58 | |
59 | 59 | public function testxsUnsignedShortTestInvalidDataProvider() { |
@@ -53,7 +53,7 @@ |
||
53 | 53 | $d = new xsUnsignedShort($duration); |
54 | 54 | $e = (string)$d; |
55 | 55 | $this->fail($message); |
56 | - }catch(\Exception $e){} |
|
56 | + } catch(\Exception $e){} |
|
57 | 57 | } |
58 | 58 | |
59 | 59 | public function testxsUnsignedShortTestInvalidDataProvider() { |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | public function testxsStringTestValid($duration, $message) { |
33 | 33 | $d = new xsUnsignedShort($duration); |
34 | 34 | $e = (string)$d; |
35 | - $this->assertEquals($duration,$e,$message); |
|
35 | + $this->assertEquals($duration, $e, $message); |
|
36 | 36 | |
37 | 37 | } |
38 | 38 | |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | $d = new xsUnsignedShort($duration); |
58 | 58 | $e = (string)$d; |
59 | 59 | $this->fail($message); |
60 | - }catch(\Exception $e){} |
|
60 | + } catch (\Exception $e) {} |
|
61 | 61 | } |
62 | 62 | |
63 | 63 | public function testxsStringTestInvalidDataProvider() { |
@@ -57,7 +57,7 @@ |
||
57 | 57 | $d = new xsUnsignedShort($duration); |
58 | 58 | $e = (string)$d; |
59 | 59 | $this->fail($message); |
60 | - }catch(\Exception $e){} |
|
60 | + } catch(\Exception $e){} |
|
61 | 61 | } |
62 | 62 | |
63 | 63 | public function testxsStringTestInvalidDataProvider() { |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | public function testxsQNameTestValid($duration, $message) { |
33 | 33 | $d = new xsQName($duration); |
34 | 34 | $e = (string)$d; |
35 | - $this->assertEquals($duration,$e,$message); |
|
35 | + $this->assertEquals($duration, $e, $message); |
|
36 | 36 | |
37 | 37 | } |
38 | 38 | |
@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | $d = new xsQName($duration); |
51 | 51 | $e = (string)$d; |
52 | 52 | $this->fail($message); |
53 | - }catch(\Exception $e){} |
|
53 | + } catch (\Exception $e) {} |
|
54 | 54 | } |
55 | 55 | |
56 | 56 | public function testxsQNameTestInvalidDataProvider() { |
@@ -50,7 +50,7 @@ |
||
50 | 50 | $d = new xsQName($duration); |
51 | 51 | $e = (string)$d; |
52 | 52 | $this->fail($message); |
53 | - }catch(\Exception $e){} |
|
53 | + } catch(\Exception $e){} |
|
54 | 54 | } |
55 | 55 | |
56 | 56 | public function testxsQNameTestInvalidDataProvider() { |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | public function testxsTokenTestValid($duration, $message) { |
33 | 33 | $d = new xsToken($duration); |
34 | 34 | $e = (string)$d; |
35 | - $this->assertEquals($duration,$e,$message); |
|
35 | + $this->assertEquals($duration, $e, $message); |
|
36 | 36 | |
37 | 37 | } |
38 | 38 | |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | $d = new xsToken($duration); |
58 | 58 | $e = (string)$d; |
59 | 59 | $this->fail($message); |
60 | - }catch(\Exception $e){} |
|
60 | + } catch (\Exception $e) {} |
|
61 | 61 | } |
62 | 62 | |
63 | 63 | public function testxsTokenTestInvalidDataProvider() { |
@@ -57,7 +57,7 @@ |
||
57 | 57 | $d = new xsToken($duration); |
58 | 58 | $e = (string)$d; |
59 | 59 | $this->fail($message); |
60 | - }catch(\Exception $e){} |
|
60 | + } catch(\Exception $e){} |
|
61 | 61 | } |
62 | 62 | |
63 | 63 | public function testxsTokenTestInvalidDataProvider() { |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | public function testxsNormalizedStringTestValid($duration, $message) { |
33 | 33 | $d = new xsNormalizedString($duration); |
34 | 34 | $e = (string)$d; |
35 | - $this->assertEquals($duration,$e,$message); |
|
35 | + $this->assertEquals($duration, $e, $message); |
|
36 | 36 | |
37 | 37 | } |
38 | 38 | |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | $d = new xsNormalizedString($duration); |
58 | 58 | $e = (string)$d; |
59 | 59 | $this->fail($message); |
60 | - }catch(\Exception $e){} |
|
60 | + } catch (\Exception $e) {} |
|
61 | 61 | } |
62 | 62 | |
63 | 63 | public function testxsNormalizedStringTestInvalidDataProvider() { |
@@ -57,7 +57,7 @@ |
||
57 | 57 | $d = new xsNormalizedString($duration); |
58 | 58 | $e = (string)$d; |
59 | 59 | $this->fail($message); |
60 | - }catch(\Exception $e){} |
|
60 | + } catch(\Exception $e){} |
|
61 | 61 | } |
62 | 62 | |
63 | 63 | public function testxsNormalizedStringTestInvalidDataProvider() { |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | public function testxsUnsignedIntTestValid($duration, $message) { |
33 | 33 | $d = new xsUnsignedInt($duration); |
34 | 34 | $e = (string)$d; |
35 | - $this->assertEquals($duration,$e,$message); |
|
35 | + $this->assertEquals($duration, $e, $message); |
|
36 | 36 | |
37 | 37 | } |
38 | 38 | |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | $d = new xsUnsignedInt($duration); |
52 | 52 | $e = (string)$d; |
53 | 53 | $this->fail($message); |
54 | - }catch(\Exception $e){} |
|
54 | + } catch (\Exception $e) {} |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | public function testxsUnsignedIntTestInvalidDataProvider() { |
@@ -51,7 +51,7 @@ |
||
51 | 51 | $d = new xsUnsignedInt($duration); |
52 | 52 | $e = (string)$d; |
53 | 53 | $this->fail($message); |
54 | - }catch(\Exception $e){} |
|
54 | + } catch(\Exception $e){} |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | public function testxsUnsignedIntTestInvalidDataProvider() { |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | public function testxsNonPositiveIntegerTestValid($duration, $message) { |
33 | 33 | $d = new xsNonPositiveInteger($duration); |
34 | 34 | $e = (string)$d; |
35 | - $this->assertEquals($duration,$e,$message); |
|
35 | + $this->assertEquals($duration, $e, $message); |
|
36 | 36 | |
37 | 37 | } |
38 | 38 | |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | $d = new xsNonPositiveInteger($duration); |
52 | 52 | $e = (string)$d; |
53 | 53 | $this->fail($message); |
54 | - }catch(\Exception $e){} |
|
54 | + } catch (\Exception $e) {} |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | public function testxsPositiveIntegerTestTestInvalidDataProvider() { |
@@ -51,7 +51,7 @@ |
||
51 | 51 | $d = new xsNonPositiveInteger($duration); |
52 | 52 | $e = (string)$d; |
53 | 53 | $this->fail($message); |
54 | - }catch(\Exception $e){} |
|
54 | + } catch(\Exception $e){} |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | public function testxsPositiveIntegerTestTestInvalidDataProvider() { |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | public function testxsUnsignedLongTestValid($duration, $message) { |
33 | 33 | $d = new xsUnsignedLong($duration); |
34 | 34 | $e = (string)$d; |
35 | - $this->assertEquals($duration,$e,$message); |
|
35 | + $this->assertEquals($duration, $e, $message); |
|
36 | 36 | |
37 | 37 | } |
38 | 38 | |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | $d = new xsUnsignedLong($duration); |
52 | 52 | $e = (string)$d; |
53 | 53 | $this->fail($message); |
54 | - }catch(\Exception $e){} |
|
54 | + } catch (\Exception $e) {} |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | public function testxsUnsignedLongTestInvalidDataProvider() { |
@@ -51,7 +51,7 @@ |
||
51 | 51 | $d = new xsUnsignedLong($duration); |
52 | 52 | $e = (string)$d; |
53 | 53 | $this->fail($message); |
54 | - }catch(\Exception $e){} |
|
54 | + } catch(\Exception $e){} |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | public function testxsUnsignedLongTestInvalidDataProvider() { |