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
aa0cba22
Commit
aa0cba22
authored
Feb 23, 2011
by
Igor Wiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move and adjust file header (again)
parent
60243281
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
23 deletions
+23
-23
src/Silex/Compiler.php
src/Silex/Compiler.php
+7
-7
src/Silex/Framework.php
src/Silex/Framework.php
+9
-9
src/Silex/WebTestCase.php
src/Silex/WebTestCase.php
+7
-7
No files found.
src/Silex/Compiler.php
View file @
aa0cba22
<?php
<?php
namespace
Silex
;
use
Symfony\Component\Finder\Finder
;
use
Symfony\Component\HttpKernel\Kernel
;
/*
/*
* This file is part of the Silex framework.
* This file is part of the Silex framework.
*
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.org>
* (c) Fabien Potencier <fabien.potencier@symfony-project.org>
*
*
*
This source file is subject to the MIT license that is bundled
*
For the full copyright and license information, please view the LICENSE
*
with this source code in the file LICENSE
.
*
file that was distributed with this source code
.
*/
*/
namespace
Silex
;
use
Symfony\Component\Finder\Finder
;
use
Symfony\Component\HttpKernel\Kernel
;
/**
/**
* The Compiler class compiles the Silex framework.
* The Compiler class compiles the Silex framework.
*
*
...
...
src/Silex/Framework.php
View file @
aa0cba22
<?php
<?php
/*
* This file is part of the Silex framework.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace
Silex
;
namespace
Silex
;
use
Symfony\Component\HttpKernel\HttpKernel
;
use
Symfony\Component\HttpKernel\HttpKernel
;
...
@@ -13,15 +22,6 @@ use Symfony\Component\Routing\RouteCollection;
...
@@ -13,15 +22,6 @@ use Symfony\Component\Routing\RouteCollection;
use
Symfony\Component\Routing\Route
;
use
Symfony\Component\Routing\Route
;
use
Symfony\Component\Routing\Matcher\UrlMatcher
;
use
Symfony\Component\Routing\Matcher\UrlMatcher
;
/*
* This file is part of the Silex framework.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.org>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
/**
/**
* The Silex framework class.
* The Silex framework class.
*
*
...
...
src/Silex/WebTestCase.php
View file @
aa0cba22
<?php
<?php
namespace
Silex
;
use
Symfony\Component\HttpKernel\Client
;
use
Symfony\Component\HttpKernel\Test\WebTestCase
as
BaseWebTestCase
;
/*
/*
* This file is part of the Silex framework.
* This file is part of the Silex framework.
*
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.org>
* (c) Fabien Potencier <fabien.potencier@symfony-project.org>
*
*
*
This source file is subject to the MIT license that is bundled
*
For the full copyright and license information, please view the LICENSE
*
with this source code in the file LICENSE
.
*
file that was distributed with this source code
.
*/
*/
namespace
Silex
;
use
Symfony\Component\HttpKernel\Client
;
use
Symfony\Component\HttpKernel\Test\WebTestCase
as
BaseWebTestCase
;
/**
/**
* WebTestCase is the base class for functional tests.
* WebTestCase is the base class for functional tests.
*
*
...
...
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