Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
95393c5b
Commit
95393c5b
authored
May 26, 2012
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed some skipped comments
parent
9907dec4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
tests/Silex/Tests/Provider/DoctrineServiceProviderTest.php
tests/Silex/Tests/Provider/DoctrineServiceProviderTest.php
+1
-1
tests/Silex/Tests/Provider/MonologServiceProviderTest.php
tests/Silex/Tests/Provider/MonologServiceProviderTest.php
+1
-1
tests/Silex/Tests/Provider/TwigServiceProviderTest.php
tests/Silex/Tests/Provider/TwigServiceProviderTest.php
+1
-1
tests/Silex/Tests/Provider/ValidatorServiceProviderTest.php
tests/Silex/Tests/Provider/ValidatorServiceProviderTest.php
+1
-1
No files found.
tests/Silex/Tests/Provider/DoctrineServiceProviderTest.php
View file @
95393c5b
...
...
@@ -24,7 +24,7 @@ class DoctrineServiceProviderTest extends \PHPUnit_Framework_TestCase
public
function
setUp
()
{
if
(
!
is_dir
(
__DIR__
.
'/../../../../vendor/doctrine/common/lib'
)
||
!
is_dir
(
__DIR__
.
'/../../../../vendor/doctrine/dbal/lib'
))
{
$this
->
markTestSkipped
(
'Doctrine Common/DBAL
submodul
es were not installed.'
);
$this
->
markTestSkipped
(
'Doctrine Common/DBAL
dependenci
es were not installed.'
);
}
}
...
...
tests/Silex/Tests/Provider/MonologServiceProviderTest.php
View file @
95393c5b
...
...
@@ -28,7 +28,7 @@ class MonologServiceProviderTest extends \PHPUnit_Framework_TestCase
public
function
setUp
()
{
if
(
!
is_dir
(
__DIR__
.
'/../../../../vendor/monolog/monolog/src'
))
{
$this
->
markTestSkipped
(
'Monolog
submodule
was not installed.'
);
$this
->
markTestSkipped
(
'Monolog
dependency
was not installed.'
);
}
}
...
...
tests/Silex/Tests/Provider/TwigServiceProviderTest.php
View file @
95393c5b
...
...
@@ -26,7 +26,7 @@ class TwigServiceProviderTest extends \PHPUnit_Framework_TestCase
public
function
setUp
()
{
if
(
!
is_dir
(
__DIR__
.
'/../../../../vendor/twig/twig/lib'
))
{
$this
->
markTestSkipped
(
'Twig
submodule
was not installed.'
);
$this
->
markTestSkipped
(
'Twig
dependency
was not installed.'
);
}
}
...
...
tests/Silex/Tests/Provider/ValidatorServiceProviderTest.php
View file @
95393c5b
...
...
@@ -24,7 +24,7 @@ class ValidatorServiceProviderTest extends \PHPUnit_Framework_TestCase
public
function
setUp
()
{
if
(
!
is_dir
(
__DIR__
.
'/../../../../vendor/symfony/validator'
))
{
$this
->
markTestSkipped
(
'Validator
submodule
was not installed.'
);
$this
->
markTestSkipped
(
'Validator
dependency
was not installed.'
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment