33/*
44 * This file is part of the PHPCR API Tests package
55 *
6- * Copyright (c) 2013 Liip and others
6+ * Copyright (c) 2015 Liip and others
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
@@ -128,14 +128,14 @@ protected function setUp()
128128 $ chapter = '' ;
129129
130130 for ($ i = 2 ; $ i < $ case_n ; $ i ++) {
131- $ chapter .= $ parts [$ i ] . '\\' ;
131+ $ chapter .= $ parts [$ i ]. '\\' ;
132132 }
133133
134- $ case = $ chapter . $ case ;
135- $ test = "$ case:: " . $ this ->getName ();
134+ $ case = $ chapter. $ case ;
135+ $ test = "$ case:: " . $ this ->getName ();
136136
137137 if (!self ::$ loader ->getTestSupported ($ chapter , $ case , $ test )) {
138- $ this ->markTestSkipped ('Test ' . $ this ->getName () . ' not supported by this implementation ' );
138+ $ this ->markTestSkipped ('Test ' . $ this ->getName (). ' not supported by this implementation ' );
139139 }
140140
141141 $ this ->sharedFixture = self ::$ staticSharedFixture ;
@@ -277,7 +277,7 @@ protected function assertSimilarDateTime($expected, $data)
277277 $ this ->assertInstanceOf ('\DateTime ' , $ expected );
278278 $ this ->assertInstanceOf ('\DateTime ' , $ data );
279279 $ this ->assertTrue (abs ($ expected ->getTimestamp () - $ data ->getTimestamp ()) <= 3 ,
280- $ data ->format ('c ' ) . ' is not close to the expected ' . $ expected ->format ('c ' )
280+ $ data ->format ('c ' ). ' is not close to the expected ' . $ expected ->format ('c ' )
281281 );
282282 }
283283
@@ -291,7 +291,7 @@ protected function assertSimilarDateTime($expected, $data)
291291 protected function skipIfNotSupported ($ descriptor )
292292 {
293293 if (false === $ this ->session ->getRepository ()->getDescriptor ($ descriptor )) {
294- $ this ->markTestSkipped ('Descriptor " ' . $ descriptor . '" not supported ' );
294+ $ this ->markTestSkipped ('Descriptor " ' . $ descriptor. '" not supported ' );
295295 }
296296
297297 return true ;
0 commit comments