Skip to content

Commit 6ff3f26

Browse files
committed
add missing linefeeds to input data
1 parent e8bcce7 commit 6ff3f26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Tests/Command/GenerateDoctrineCrudCommandTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ public function testInteractiveCommand($options, $input, $expected)
4242
public function getInteractiveCommandData()
4343
{
4444
return array(
45-
array(array(), "AcmeBlogBundle:Blog/Post\n", array('Blog\\Post', 'annotation', 'blog_post', false)),
46-
array(array('--entity' => 'AcmeBlogBundle:Blog/Post'), '', array('Blog\\Post', 'annotation', 'blog_post', false)),
47-
array(array(), "AcmeBlogBundle:Blog/Post\ny\nyml\nfoobar\n", array('Blog\\Post', 'yml', 'foobar', true)),
48-
array(array(), "AcmeBlogBundle:Blog/Post\ny\nyml\n/foobar\n", array('Blog\\Post', 'yml', 'foobar', true)),
49-
array(array('--entity' => 'AcmeBlogBundle:Blog/Post', '--format' => 'yml', '--route-prefix' => 'foo', '--with-write' => true), '', array('Blog\\Post', 'yml', 'foo', true)),
45+
array(array(), "AcmeBlogBundle:Blog/Post\n\n\n\n\n", array('Blog\\Post', 'annotation', 'blog_post', false)),
46+
array(array('--entity' => 'AcmeBlogBundle:Blog/Post'), "\n\n\n\n\n", array('Blog\\Post', 'annotation', 'blog_post', false)),
47+
array(array(), "AcmeBlogBundle:Blog/Post\ny\nyml\nfoobar\n\n\n", array('Blog\\Post', 'yml', 'foobar', true)),
48+
array(array(), "AcmeBlogBundle:Blog/Post\ny\nyml\n/foobar\n\n\n", array('Blog\\Post', 'yml', 'foobar', true)),
49+
array(array('--entity' => 'AcmeBlogBundle:Blog/Post', '--format' => 'yml', '--route-prefix' => 'foo', '--with-write' => true), "\n\n\n\n\n\n", array('Blog\\Post', 'yml', 'foo', true)),
5050
);
5151
}
5252

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy