Skip to content

Commit

Permalink
[fr] Follow cakephp#842
Browse files Browse the repository at this point in the history
Trailing spaces
  • Loading branch information
cake17 committed Dec 27, 2013
1 parent 8472210 commit eca60a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions fr/appendices/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Glossaire
attributs HTML
Un tableau de clé => valeurs qui sont composées dans les attributs
HTML. Par exemple::

// Par exemple
array('class' => 'ma-classe', '_target' => 'blank')

Expand All @@ -21,28 +21,28 @@ Glossaire

Si une option peut être minimisée ou a le même nom que sa valeur, alors
``true`` peut être utilisée::

// Par exemple
array('checked' => true)
// Générerait
checked="checked"

syntaxe de plugin
La syntaxe de Plugin fait référence au nom de la classe avec un point
en séparation indiquant que les classes sont une partie d'un plugin.
Par ex: ``DebugKit.Toolbar``, le plugin est DebugKit,
et le nom de classe est Toolbar.

notation avec points
La notation avec points définit un chemin de tableau, en séparant les
niveaux imbriqués avec ``.``
Par exemple::

Asset.filtre.css

Pointerait vers la valeur suivante::

array(
'Asset' => array(
'filtre' => array(
Expand Down
4 changes: 2 additions & 2 deletions fr/appendices/phpunit-migration-hints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,15 @@ the cases directory and use ``PHPUnit_Framework_TestSuite`` as a base class. An
example Testsuite would look like::

class AllJavascriptHelpersTest extends PHPUnit_Framework_TestSuite {

/**
* Suite define the tests for this suite
*
* @return void
*/
public static function suite() {
$suite = new PHPUnit_Framework_TestSuite('JsHelper and all Engine Helpers');

$helperTestPath = CORE_TEST_CASES . DS . 'View' . DS . 'Helper' . DS;
$suite->addTestFile($helperTestPath . 'JsHelperTest.php');
$suite->addTestFile($helperTestPath . 'JqueryEngineHelperTest.php');
Expand Down
2 changes: 1 addition & 1 deletion fr/cakephp-overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ utilisées dans ce contexte.

.. toctree::
:maxdepth: 1

cakephp-overview/what-is-cakephp-why-use-it
cakephp-overview/understanding-model-view-controller
cakephp-overview/where-to-get-help
Expand Down

0 comments on commit eca60a1

Please sign in to comment.