Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d29f9463
Commit
d29f9463
authored
Feb 14, 2012
by
sun
Committed by
gdd
Feb 14, 2012
Browse files
Fixed tests for
PSR-0
, registry, and performance.
parent
598cb86d
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/config/config.test
View file @
d29f9463
...
...
@@ -5,10 +5,14 @@
* Tests for Configuration module.
*/
use
Drupal\Core\Config\SignedFileStorage
;
/**
* Tests the secure file writer.
*/
class
SecureFileTestCase
extends
DrupalUnitTestCase
{
class
SecureFileTestCase
extends
DrupalWebTestCase
{
protected
$profile
=
'testing'
;
protected
$filename
=
'foo.bar'
;
/**
...
...
@@ -89,6 +93,8 @@ class SecureFileTestCase extends DrupalUnitTestCase {
* Tests reading and writing file contents.
*/
class
FileContentsTestCase
extends
DrupalWebTestCase
{
protected
$profile
=
'testing'
;
public
static
function
getInfo
()
{
return
array
(
'name'
=>
'Config file content 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