Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
spec
PhpSpec
CodeAnalysis
VisibilityAccessInspectorSpec
PHP Class spec\PhpSpec\CodeAnalysis\VisibilityAccessInspectorSpec
Inheritance:
extends
PhpSpec\ObjectBehavior
Afficher le fichier
Open project: phpspec/phpspec
Méthodes publiques
Méthode
Description
it_should_be_an_access_inspector
( )
it_should_detect_a_public_method
( )
it_should_detect_a_public_property
( )
it_should_reject_a_private_method
( )
it_should_reject_a_private_property
( )
it_should_reject_an_object_if_a_method_does_not_exist
( )
it_should_reject_an_object_if_the_property_does_not_exist
( )
Method Details
it_should_be_an_access_inspector()
public
méthode
public
it_should_be_an_access_inspector
( )
it_should_detect_a_public_method()
public
méthode
public
it_should_detect_a_public_method
( )
it_should_detect_a_public_property()
public
méthode
public
it_should_detect_a_public_property
( )
it_should_reject_a_private_method()
public
méthode
public
it_should_reject_a_private_method
( )
it_should_reject_a_private_property()
public
méthode
public
it_should_reject_a_private_property
( )
it_should_reject_an_object_if_a_method_does_not_exist()
public
méthode
public
it_should_reject_an_object_if_a_method_does_not_exist
( )
it_should_reject_an_object_if_the_property_does_not_exist()
public
méthode
public
it_should_reject_an_object_if_the_property_does_not_exist
( )