Test Failed
Pull Request — master (#26)
by Christopher
02:40
created
tests/unit/xsYearMonthDurationTest.php 3 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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() {
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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() {
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
tests/unit/xsUnsignedShortTest.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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() {
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
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() {
Please login to merge, or discard this patch.
tests/unit/xsStringTest.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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() {
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
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() {
Please login to merge, or discard this patch.
tests/unit/xsQNameTest.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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() {
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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() {
Please login to merge, or discard this patch.
tests/unit/xsTokenTest.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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() {
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
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() {
Please login to merge, or discard this patch.
tests/unit/xsNormalizedStringTest.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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() {
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
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() {
Please login to merge, or discard this patch.
tests/unit/xsUnsignedIntTest.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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() {
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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() {
Please login to merge, or discard this patch.
tests/unit/xsNonPositiveIntegerTest.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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() {
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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() {
Please login to merge, or discard this patch.
tests/unit/xsUnsignedLongTest.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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() {
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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() {
Please login to merge, or discard this patch.