Skip to content

Commit

Permalink
Cleanup and composer.lock update
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkalnik committed Oct 9, 2012
1 parent bc89a35 commit 286aed6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 48 deletions.
39 changes: 0 additions & 39 deletions Tests/Form/Page/LayoutTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,44 +18,5 @@ public function testBind()
$form->bind($data);
$this->assertTrue($form->isValid());
}

/**
array (
'name' => 'Theodo',
'slug' => 'theodo',
'breadcrumb' => 'Theodo',
'description' => 'Theodo page',
'title' => '',
'keywords' => '',
'contentType' => 'text/html',
'cacheable' => '1',
'lifetime' => '',
'content' =>
array (
'content' =>
array (
'content' => '<div id="theodo">
<h2>
Theodo</h2>
</div>
',
'footer' => 'Copyright Theodo 2011
',
),
'layout' =>
array (
'choice' => 'normal',
'text' => '',
),
),
'_token' => '5d2dabe9582589c269ae0dc4f56fd938d476eb05',
'parentId' => '1',
)
*/
}

12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
<phpunit
backupGlobals="false"
backupStaticAttributes="false"
Expand All @@ -15,7 +13,7 @@

<testsuites>
<testsuite name="TheodoRogerCmsBundle Test Suite">
<directory suffix="Test.php">./Tests</directory>
<directory suffix="Test.php">./Tests/</directory>
</testsuite>
</testsuites>

Expand All @@ -26,6 +24,7 @@
<directory>./DataFixtures</directory>
<directory>./Resources</directory>
<directory>./Tests</directory>
<directory>./vendor</directory>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit 286aed6

Please sign in to comment.